diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f2778b7..240d744 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -4,9 +4,9 @@ "version": "1.1.0", "identifier": "xyz.lncvrt.berrydash-launcher", "build": { - "beforeDevCommand": "bun dev", + "beforeDevCommand": "next dev", "devUrl": "http://localhost:3000", - "beforeBuildCommand": "bun build", + "beforeBuildCommand": "next build", "frontendDist": "../out" }, "app": { diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index 96cc1c0..5cc8c85 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -4,9 +4,9 @@ "version": "1.1.0", "identifier": "xyz.lncvrt.berrydash-launcher", "build": { - "beforeDevCommand": "bun dev", + "beforeDevCommand": "next dev", "devUrl": "http://localhost:3000", - "beforeBuildCommand": "bun build", + "beforeBuildCommand": "next build", "frontendDist": "../out" }, "app": { diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index d4ea604..98065dd 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -4,9 +4,9 @@ "version": "1.1.0", "identifier": "xyz.lncvrt.berrydash-launcher", "build": { - "beforeDevCommand": "bun dev", + "beforeDevCommand": "next dev", "devUrl": "http://localhost:3000", - "beforeBuildCommand": "bun build", + "beforeBuildCommand": "next build", "frontendDist": "../out" }, "app": { diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 02f5021..74e4118 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -4,9 +4,9 @@ "version": "1.1.0", "identifier": "xyz.lncvrt.berrydash-launcher", "build": { - "beforeDevCommand": "bun dev", + "beforeDevCommand": "next dev", "devUrl": "http://localhost:3000", - "beforeBuildCommand": "bun build", + "beforeBuildCommand": "next build", "frontendDist": "../out" }, "app": {