This commit is contained in:
Asaki Yuki 2026-02-21 00:03:48 +07:00
parent 688a66c052
commit de668a42a3
5 changed files with 29 additions and 16 deletions

View file

@ -22,7 +22,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "bun test/app.ts",
"test": "bun test/app.ts --test",
"prefetch": "bun scripts/prefetch",
"vanilla:defs": "bun scripts/vanilladefs",
"gen:enums": "bun scripts/enum",