fix localproxy add watch

This commit is contained in:
2025-05-22 14:51:32 +08:00
parent 1e340ec2b3
commit a5168d33ca
2 changed files with 13 additions and 27 deletions

View File

@@ -21,7 +21,7 @@
"scripts": {
"dev": "bun run src/run.ts ",
"dev:server": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 bun --watch src/run-server.ts ",
"dev:share": "bun --watch src/test/remote-app.ts ",
"dev:share": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 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",
"build": "rimraf dist && bun run bun.config.mjs",