Refactor build scripts and configuration for icons and web build steps

This commit is contained in:
2026-05-08 03:29:59 +02:00
parent 099ef92187
commit ebb845516e
3 changed files with 20 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
"version": "0.1.0",
"identifier": "com.giers.conceptmaker",
"build": {
"beforeDevCommand": "npm run dev:vite",
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run prepare:tauri-dev",
"beforeBuildCommand": "npm run prepare:tauri-build",
"devUrl": "http://127.0.0.1:5173",
"frontendDist": "../dist"
},