mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
21 lines
493 B
Diff
21 lines
493 B
Diff
diff --git a/turbo.json b/turbo.json
|
|
index c5c0db0..8c79030 100644
|
|
--- a/turbo.json
|
|
+++ b/turbo.json
|
|
@@ -1,6 +1,6 @@
|
|
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
- "pipeline": {
|
|
+ "tasks": {
|
|
"build": {
|
|
"dependsOn": ["prebuild", "^build"],
|
|
"outputs": [".next/**", "!.next/cache/**"]
|
|
@@ -152,5 +152,6 @@
|
|
"NEXT_PRIVATE_WEBHOOK_SSRF_BYPASS_HOSTS",
|
|
"NEXT_PUBLIC_TURNSTILE_SITE_KEY",
|
|
"NEXT_PRIVATE_TURNSTILE_SECRET_KEY"
|
|
- ]
|
|
+ ],
|
|
+ "envMode": "loose"
|
|
}
|