diff --git a/turbo.json b/turbo.json index 25980a8..8b11b6c 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,5 @@ { "$schema": "./node_modules/turbo/schema.json", - "ui": "tui", "dangerouslyDisablePackageManagerCheck": true, "tasks": { "build:compile": { @@ -10,14 +9,15 @@ "dependsOn": ["build:compile"] }, "dev": { - "persistent": true, - "cache": false + "cache": false, + "persistent": true }, "dev:tauri": { - "persistent": true, "cache": false, "dependsOn": ["build:compile"], + "persistent": true, "with": ["dev:vite"] } - } + }, + "ui": "tui" }