summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-05 00:04:58 +0900
committerAdam Malczewski <[email protected]>2026-06-05 00:04:58 +0900
commitbf52b114711f148df0446911ce2b0b3783c4d5ab (patch)
tree527a00c1f5406f55ef00481f8704c0e44cd88e56 /package.json
parente56b591d56ea3f3007c612da2f0fe2004d696f45 (diff)
downloaddispatch-bf52b114711f148df0446911ce2b0b3783c4d5ab.tar.gz
dispatch-bf52b114711f148df0446911ce2b0b3783c4d5ab.zip
feat(host-bin): composition root — boot, discover+activate extensions, Bun.serve; full-fidelity wiring (178 tests)
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",