Skip to content

Commit

Permalink
chore: bump turbo (#1117)
Browse files Browse the repository at this point in the history
* chore: bump turbo

* chore: outputs dist

* chore: add turbo env

* chore: add env example
  • Loading branch information
mxkaske authored Nov 27, 2024
1 parent 1b8fc26 commit d3e4248
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 35 deletions.
5 changes: 5 additions & 0 deletions apps/web/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ AUTH_GOOGLE_SECRET=
PAGERDUTY_APP_ID=

SLACK_SUPPORT_WEBHOOK_URL=

WORKSPACES_LOOKBACK_30=

# https://turbo.build/repo/docs/crafting-your-repository/using-environment-variables#loose-mode
TURBO_ENV_MODE=loose
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@turbo/gen": "1.13.3",
"@types/node": "20.8.0",
"knip": "5.16.0",
"turbo": "1.13.3",
"turbo": "2.3.2",
"typescript": "5.5.2"
},
"packageManager": "pnpm@9.1.4",
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"env": [
"*",
"\\*",
"RESEND_API_KEY",
"!NEXT_PUBLIC_GIT_*",
"\\!NEXT_PUBLIC_GIT_\\*",
"DATABASE_URL",
"DATABASE_AUTH_TOKEN",
"TINY_BIRD_API_KEY",
"NODE_ENV",
"VERCEL_URL",
"BLOB_READ_WRITE_TOKEN",
"TEAM_ID_VERCEL",
"PROJECT_ID_VERCEL",
"STRIPE_SECRET_KEY",
"UNKEY_TOKEN",
"UNKEY_API_ID",
"UPSTASH_REDIS_REST_URL",
"UPSTASH_REDIS_REST_TOKEN"
"UPSTASH_REDIS_REST_TOKEN",
"EXTERNAL_API_URL"
],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": [".next/**", "!.next/cache/**", "./dist/**"]
},
"lint": {},
"dev": {
Expand Down

0 comments on commit d3e4248

Please sign in to comment.