chore: 更新依赖版本并调整开发脚本配置

This commit is contained in:
xiongxiao
2026-03-13 04:35:36 +08:00
committed by cnb
parent 0ee0ce9fdc
commit 0a2b1a0042
4 changed files with 8 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
"scripts": {
"dev": "bun run src/run.ts ",
"dev:server": "bun --watch src/run-server.ts ",
"dev:cnb": "ASSISTANT_CONFIG_DIR=/workspace bun --watch src/run-server.ts ",
"dev:cnb": "ASSISTANT_CONFIG_DIR=/workspace/kevisual bun --watch src/run-server.ts ",
"dev:share": "bun --watch src/test/remote-app.ts ",
"build:lib": "bun run bun-lib.config.mjs",
"postbuild:lib": "dts -i src/lib.ts -o assistant-lib.d.ts -d libs -t",