We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1decb4d commit 07f85feCopy full SHA for 07f85fe
apps/desktop/src-tauri/tauri.conf.json
@@ -2,9 +2,9 @@
2
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
3
"productName": "Audixa",
4
"version": "0.1.0",
5
- "identifier": "com.audixa.app",
+ "identifier": "com.audixa.desktop",
6
"build": {
7
- "frontendDist": "../../dist/apps/desktop",
+ "frontendDist": "../../../dist/apps/desktop",
8
"devUrl": "http://127.0.0.1:4201",
9
"beforeDevCommand": "node -e \"\"",
10
"beforeBuildCommand": "pnpm -w nx run desktop:build"
0 commit comments