diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6c95f89..84e03e1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -4,7 +4,7 @@ "beforeDevCommand": "bun run start", "beforeBuildCommand": "bun run build", "devPath": "http://localhost:4200", - "distDir": "../dist" + "distDir": "../dist/proto-creator/browser" }, "package": { "productName": "BufPiv",