feat: migrate to turbo (#22)

* feat: migrate top turbo

* ci: ci test

* fix: fix codeql issues

* feat: ci test

* chore: lint

* chore: misc changes

* feat: rename vite helpers

* feat: use fetch to handle assets

* feat: update directory

* feat: fetch charword table

* feat: migrate download game data and detect missing voice files

* feat: symlink relative path

* feat: finish wrangler upload

* feat: migrate wrangler download

* feat: finish

* chore: auto update

* ci: update ci

* ci: update ci

---------

Co-authored-by: Halyul <Halyul@users.noreply.github.com>
This commit is contained in:
Haoyu Xu
2025-02-22 15:11:30 +08:00
committed by GitHub
parent 17c61ce5d4
commit d6e7bc20d3
352 changed files with 12911 additions and 9411 deletions

13
packages/libs/index.js Normal file
View File

@@ -0,0 +1,13 @@
import * as file from './libs/file.js'
import * as yaml from './libs/yaml.js'
import * as env from './libs/env.js'
import * as error from './libs/error.js'
import * as alphaComposite from './libs/alpha_composite.js'
import * as envParser from './libs/env_parser.js'
export { file }
export { yaml }
export { env }
export { error }
export { alphaComposite }
export { envParser }