Merge MVP startup defaults with memory-db mode + tests

This commit is contained in:
2026-03-01 19:24:59 -05:00
parent 5e27459325
commit e4901f027c
12 changed files with 1131 additions and 89 deletions

View File

@@ -4,6 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start:web": "node web/src/index.js",
"start:worker": "node worker/src/worker.js",
"test": "node --test",
"test:ci": "CI=1 node --test --test-reporter=spec",
"up": "docker compose up --build",