Fixed tauri build commands

This commit is contained in:
2025-09-21 20:26:01 -07:00
parent 886fd8b5a0
commit 5f49b336a7
4 changed files with 8 additions and 8 deletions

View File

@@ -4,9 +4,9 @@
"version": "1.1.0",
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"beforeDevCommand": "bun dev",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "yarn build",
"beforeBuildCommand": "bun build",
"frontendDist": "../out"
},
"app": {

View File

@@ -4,9 +4,9 @@
"version": "1.1.0",
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"beforeDevCommand": "bun dev",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "yarn build",
"beforeBuildCommand": "bun build",
"frontendDist": "../out"
},
"app": {

View File

@@ -4,9 +4,9 @@
"version": "1.1.0",
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"beforeDevCommand": "bun dev",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "yarn build",
"beforeBuildCommand": "bun build",
"frontendDist": "../out"
},
"app": {

View File

@@ -4,9 +4,9 @@
"version": "1.1.0",
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"beforeDevCommand": "bun dev",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "yarn build",
"beforeBuildCommand": "bun build",
"frontendDist": "../out"
},
"app": {