diff --git a/.env b/.env index 0dce20f..2854441 100644 --- a/.env +++ b/.env @@ -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" \ No newline at end of file +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 diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..b966e06 Binary files /dev/null and b/dist.zip differ diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index be0383e..8f2f3b8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -5,6 +5,7 @@ "build": { "beforeDevCommand": "pnpm web:dev", "devUrl": "http://127.0.0.1:1420", + "beforeBuildCommand": "pnpm web:build", "frontendDist": "../dist" }, "app": {