This commit is contained in:
Tianpao
2025-12-05 12:19:41 +08:00
parent 1e7affe0e2
commit a0a600eef7
5 changed files with 59 additions and 11 deletions

View File

@@ -12,8 +12,10 @@
"main": "./.build/build.js",
"scripts": {
"backend":"cd ./backend && npm run build",
"upx":".\\.build\\upx.exe .\\backend\\dist\\Dex-v3-core.exe",
"upx":".\\.build\\upx.exe .\\backend\\dist\\core.exe",
"tauri":"cd ./front && npm run tauri build",
"build":"npm run tauri && npm run backend && npm run upx"
"back2front":"node b2f.js b2f",
"build2root":"node b2f.js b2r",
"build":"npm run backend && npm run upx && npm run back2front && npm run tauri && npm run build2root"
}
}