fix: fixed config for tauri
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Kawai-Focus",
|
"productName": "Kawai-Focus",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"identifier": "com.tauri.dev",
|
"identifier": "com.kawai.focus",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../client/dist",
|
"frontendDist": "../../client/dist",
|
||||||
"devUrl": "http://localhost:8100",
|
"devUrl": "http://localhost:8100",
|
||||||
"beforeDevCommand": "cd ../client && ionic serve",
|
"beforeDevCommand": "cd ../client && ionic serve",
|
||||||
"beforeBuildCommand": "cd ../client && npm run build"
|
"beforeBuildCommand": "cd ../client && npm run build"
|
||||||
|
|||||||
Reference in New Issue
Block a user