From 0020258d80accf6e799a7eaa78e53c5f383817aa Mon Sep 17 00:00:00 2001 From: rokoperki Date: Mon, 25 Nov 2024 13:29:26 +0100 Subject: [PATCH] fix vite with new turbo --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 848378c4..522a963c 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,8 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "dev": { - "cache": false + "cache": false, + "persistent": true }, "build": { "dependsOn": [