diff --git a/tauri.conf.json b/tauri.conf.json index 03c893b..3e59562 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -3,10 +3,6 @@ "productName": "tauri-demo", "version": "0.1.0", "identifier": "com.imbytecat.tauri-demo", - "build": { - "beforeBuildCommand": "bun run build", - "frontendDist": "../dist" - }, "app": { "withGlobalTauri": true, "windows": [],