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