This commit is contained in:
2025-09-21 20:30:39 -07:00
parent 5f49b336a7
commit a7b3c6518f
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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