From dbb9cab101e8f35613d51aeddde6b306c0ed62b0 Mon Sep 17 00:00:00 2001 From: Dominik Milacher Date: Tue, 14 Oct 2025 15:04:43 +0200 Subject: [PATCH] Update turbo configuration --- turbo.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index d508947..79c47d5 100644 --- a/turbo.json +++ b/turbo.json @@ -5,7 +5,7 @@ "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], - "outputs": [".next/**", "!.next/cache/**"] + "outputs": [".nuxt/**", ".output/**", "dist/**"] }, "lint": { "dependsOn": ["^lint"] @@ -16,6 +16,10 @@ "dev": { "cache": false, "persistent": true + }, + "generate": { + "dependsOn": ["^generate"], + "outputs": [".output/**"] } } -} +} \ No newline at end of file