Skip to content

Commit

Permalink
hotfix: turbo config for i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 29, 2024
1 parent 65c98af commit b12daaa
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/i18n/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,21 @@
},
"build": {
"dependsOn": [],
"outputs": ["dist/**"]
"outputs": ["dist/**"],
"env": [
"NEXT_PUBLIC_VERCEL_ENV",
"NEXT_PUBLIC_STATIC_EXPORT",
"NEXT_PUBLIC_BASE_URL",
"NEXT_PUBLIC_VERCEL_URL",
"NEXT_PUBLIC_DIST_URL",
"NEXT_PUBLIC_DOCS_URL",
"NEXT_PUBLIC_BASE_PATH",
"NEXT_PUBLIC_ORAMA_API_KEY",
"NEXT_PUBLIC_ORAMA_ENDPOINT",
"NEXT_PUBLIC_DATA_URL",
"TURBO_CACHE",
"TURBO_TELEMETRY_DISABLED"
]
},
"lint:js": {
"inputs": ["lib/**/*.{js,mjs,ts}"]
Expand Down

0 comments on commit b12daaa

Please sign in to comment.