diff --git a/turbo.json b/turbo.json index 0a30b97..1770726 100644 --- a/turbo.json +++ b/turbo.json @@ -8,11 +8,19 @@ "build:tauri": { "dependsOn": ["build:compile"] }, + "dev": { + "cache": false, + "persistent": true + }, "dev:tauri": { "cache": false, "dependsOn": ["build:compile"], "persistent": true, "with": ["dev:vite"] + }, + "dev:vite": { + "cache": false, + "persistent": true } }, "ui": "tui"