Skip to content

Commit

Permalink
chore: add new env vars to turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Aug 7, 2024
1 parent 766b49e commit f4f1e5a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalDependencies": ["**/.env", "tsconfig.json"],
"globalEnv": ["NODE_ENV", "DATABASE_URL", "SESSION_SECRET"],
"globalEnv": [
"NODE_ENV",
"DATABASE_URL",
"SESSION_SECRET",
"S3_PUBLIC_ASSETS_DOMAIN_NAME",
"S3_UNSAFE_ASSETS_DOMAIN_NAME",
"S3_PUBLIC_ASSETS_BUCKET_NAME",
"S3_UNSAFE_ASSETS_BUCKET_NAME"
],
"tasks": {
"build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit f4f1e5a

Please sign in to comment.