From 4800dd3a9431e1facfe9e776e94677ce96bacbaf Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Thu, 15 Jan 2026 13:03:09 +0000 Subject: [PATCH] Update turbo.json --- turbo.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 turbo.json diff --git a/turbo.json b/turbo.json new file mode 100644 index 0000000..20fb13d --- /dev/null +++ b/turbo.json @@ -0,0 +1,30 @@ +{ + "$schema": "https://turbo.build/schema.json", + "pipeline": { + "build": { + "outputs": [".next/**", "!.next/cache/**"], + "env": [ + "NODE_ENV", + "NEXT_PUBLIC_*" + ] + }, + "dev": { + "cache": false, + "persistent": true + }, + "lint": { + "outputs": [] + }, + "type-check": { + "outputs": [] + } + }, + "globalEnv": [ + "NODE_ENV" + ], + "globalPassThroughEnv": [ + "NEXT_TELEMETRY_DISABLED", + "TURBOPACK_TELEMETRY_DISABLED", + "NODE_OPTIONS" + ] +} \ No newline at end of file