summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5472946..8d19268 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
"test:watch": "vitest",
"typecheck": "tsc -b --pretty",
"test:bun": "bun test packages/storage-sqlite/src",
- "test:all": "bun run test && bun run test:bun"
+ "test:all": "bun run test && bun run test:bun",
+ "dev": "bun packages/host-bin/src/main.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",