fix: mode handling
Some checks failed
CI / Test (pull_request) Failing after 22s

This commit is contained in:
2025-01-08 18:23:40 +01:00
parent 6ed44211c4
commit 07fcfc1539
5 changed files with 39 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
"build": "bun build --minify --target bun --outdir dist --sourcemap src/app.ts",
"check:code": "eslint src/ --ext .ts",
"check:spell": "cspell --config cspell.code.json **/*.ts",
"test:unit": "bun test",
"start": "bun run src/app.ts"
},
"devDependencies": {