fix: fixed config for tauri

This commit is contained in:
Arduinum
2025-12-29 14:17:12 +03:00
committed by Arduinum628
parent b815aa121b
commit 5501e7a632

View File

@@ -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"