Ensure tauri build bundles server

This commit is contained in:
Shantur Rathore
2025-11-21 18:57:19 +00:00
parent ca4030e86e
commit c0616df704
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "tauri dev",
"prebuild": "node ./scripts/prebuild.js",
"bundle:server": "npm --workspace @neuralnomads/codenomad run build && npm run prebuild",
"build": "tauri build"
},
"devDependencies": {

View File

@@ -5,7 +5,7 @@
"identifier": "ai.opencode.client",
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "npm run prebuild",
"beforeBuildCommand": "npm run bundle:server",
"frontendDist": "../src"
},
"app": {