diff --git a/turbo.json b/turbo.json index 22920bb0b..ec7407654 100644 --- a/turbo.json +++ b/turbo.json @@ -4,6 +4,10 @@ "pipeline": { "build": { "dependsOn": ["^build"], + "env": [ + "NEXT_PUBLIC_BASE_URL", + "NODE_ENV" + ], "outputs": [".next/**", "!.next/cache/**", "storybook-static/**"] }, "lint": {},