refactor: update entry points and bootstrap logic

This commit is contained in:
oboard
2026-03-31 20:00:48 +08:00
parent 2c185b8470
commit 33c1de7c75
4 changed files with 40 additions and 28 deletions

View File

@@ -15,9 +15,10 @@
"node": ">=24.0.0"
},
"scripts": {
"dev": "bun run ./src/dev-entry.ts",
"start": "bun run ./src/dev-entry.ts",
"version": "bun run ./src/dev-entry.ts --version"
"dev": "bun run ./src/bootstrap-entry.ts",
"start": "bun run ./src/bootstrap-entry.ts",
"version": "bun run ./src/bootstrap-entry.ts --version",
"dev:restore-check": "bun run ./src/dev-entry.ts"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "*",