This commit is contained in:
Asaki Yuki 2026-01-17 02:03:47 +07:00
parent 4d5f81f7e5
commit df7c642077
10 changed files with 440 additions and 157 deletions

View file

@ -21,7 +21,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"watch": "npx tsc --watch",
"build-watch": "npx tsc --watch",
"test": "bun test/app.ts",
"test-watch": "bun --watch test/app.ts",
"prefetch": "bun scripts/prefetch"