Align Tauri dev flow with shared renderer

This commit is contained in:
Shantur Rathore
2025-11-23 10:37:45 +00:00
parent 073604c9f5
commit 0a9b7fafed
4 changed files with 54 additions and 4 deletions

View File

@@ -4,10 +4,13 @@
"version": "0.1.0",
"identifier": "ai.opencode.client",
"build": {
"beforeDevCommand": "npm run prebuild",
"beforeDevCommand": "npm run dev:bootstrap",
"beforeBuildCommand": "npm run bundle:server",
"frontendDist": "resources/ui-loading"
},
"app": {
"withGlobalTauri": true,
"windows": [