vanilla deepsearch
This commit is contained in:
parent
a144909fbf
commit
ac412b798c
15 changed files with 725 additions and 78 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Reference in a new issue