vanilla deepsearch

This commit is contained in:
Asaki Yuki 2026-01-18 01:59:02 +07:00
parent a144909fbf
commit ac412b798c
15 changed files with 725 additions and 78 deletions

View file

@ -24,7 +24,10 @@
"dev": "npx tsc --watch",
"test": "bun test/app.ts",
"test:watch": "bun --watch test/app.ts",
"prefetch": "bun scripts/prefetch"
"prefetch": "bun scripts/prefetch",
"gen:enums": "bun scripts/write/enum",
"vanilla:defs": "bun scripts/vanilladefs",
"vanilla:autocomplete": "bun scripts/autocomplete-build"
},
"devDependencies": {
"@types/node": "^25.0.3",