Refactor and update Tauri development scripts and configuration

This commit is contained in:
2026-05-06 05:37:27 +02:00
parent 07c74af3a2
commit fe25e6184d
3 changed files with 147 additions and 3 deletions

View File

@@ -4,9 +4,9 @@
"version": "0.1.0",
"identifier": "com.giers.heimgeist",
"build": {
"beforeDevCommand": "npm run dev:renderer",
"beforeDevCommand": "npm run dev:renderer:tauri",
"beforeBuildCommand": "npm run build",
"devUrl": "http://127.0.0.1:5173",
"devUrl": "http://127.0.0.1:5174",
"frontendDist": "../dist"
},
"app": {