diff --git a/turbo.json b/turbo.json index 2091c8c5..9554c247 100644 --- a/turbo.json +++ b/turbo.json @@ -11,7 +11,7 @@ }, "website#build": { "dependsOn": ["^build"], - "env": ["TAMAGUI_TARGET", "TAMAGUI_DISABLE_WARN_DYNAMIC_LOAD"], + "env": ["TAMAGUI_TARGET"], "outputs": [".next/**", "!.next/cache/**"] }, "components#build": {