fix:打包配置

This commit is contained in:
liyuanhu 2025-04-22 16:27:08 +08:00
parent fae2e8e7ec
commit bd6f658c73
3 changed files with 4 additions and 1 deletions

4
.env
View File

@ -5,4 +5,6 @@ ACCOUNT_NAME="ccvdexre"
NODE_SECRET= "initial typical business width enforce buddy magic country piano head cable blossom gate caught disagree pepper moral pair vessel protect mixture deposit artwork liquid"
VIET_EVENTS_URL="ws://10.66.66.234:8080/events"
VITE_BASE_URL="http://10.66.66.234:6060"
VITE_BLOCK_URL="http://10.66.66.234:1317"
VITE_BLOCK_URL="http://10.66.66.234:1317"
NODE_OPTIONS=--max-old-space-size=8192
# $env:NODE_OPTIONS="--max-old-space-size=8192"; pnpm run web:build

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -5,6 +5,7 @@
"build": {
"beforeDevCommand": "pnpm web:dev",
"devUrl": "http://127.0.0.1:1420",
"beforeBuildCommand": "pnpm web:build",
"frontendDist": "../dist"
},
"app": {