diff --git a/tauri.conf.json b/tauri.conf.json index 3cb8041..03c893b 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -4,8 +4,6 @@ "version": "0.1.0", "identifier": "com.imbytecat.tauri-demo", "build": { - "beforeDevCommand": "bun run dev", - "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" },