feat(cli): add dev:local script with isolated XDG dirs and local endpoints

This commit is contained in:
Evgeny Shurakov
2026-04-21 13:49:55 +02:00
parent 60a1f3c36d
commit a8803476f5
+1
View File
@@ -14,6 +14,7 @@
"fix-node-pty": "bun run script/fix-node-pty.ts",
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
"dev": "bun run --conditions=browser ./src/index.ts",
"dev:local": "XDG_DATA_HOME=/tmp/kilo-local/data XDG_CONFIG_HOME=/tmp/kilo-local/config XDG_STATE_HOME=/tmp/kilo-local/state XDG_CACHE_HOME=/tmp/kilo-local/cache KILO_API_URL=http://localhost:3000 KILO_SESSION_INGEST_URL=http://localhost:8800 bun run --conditions=browser ./src/index.ts",
"db": "bun drizzle-kit"
},
"bin": {