fix: fix proxy and api error

This commit is contained in:
2025-03-10 14:30:40 +08:00
parent 2e1cf531cf
commit 01503954ad
7 changed files with 45 additions and 22 deletions

View File

@@ -21,7 +21,8 @@
"dev:watch": "cross-env NODE_ENV=development concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
"clean": "rm -rf dist",
"prepub": "envision switch root",
"pub": "npm run build && envision pack -p -u"
"pub": "npm run build && envision pack -p -u",
"download": "ev app download -i root/assistant-base-app"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",