diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d86fba7..1546d24 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -3,12 +3,6 @@ "productName": "WeRead", "version": "0.1.0" }, - "build": { - "devPath": "../dist", - "distDir": "../dist", - "beforeBuildCommand": "", - "beforeDevCommand": "" - }, "tauri": { "windows": [ { @@ -56,5 +50,11 @@ "updater": { "active": false } + }, + "build": { + "devPath": "../dist", + "distDir": "../dist", + "beforeBuildCommand": "", + "beforeDevCommand": "" } }