Refactor build scripts and configuration for icons and web build steps
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user