feat: 支持通过环境变量配置助手目录

This commit is contained in:
2025-12-17 20:20:30 +08:00
parent 2393cbefbb
commit 6b96a22c7a
2 changed files with 9 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
],
"scripts": {
"dev": "bun run src/run.ts ",
"dev:server": "bun --watch src/run-server.ts ",
"dev:server": "ASSISTANT_CONFIG_DIR=/workspace 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",