Skip to content

Commit f81c751

Browse files
committed
feat: update v
1 parent 424bc68 commit f81c751

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

turbo.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"globalDependencies": ["**/.env.*local", "**/.env"],
4-
"globalEnv": [],
4+
"globalEnv": [
5+
"NEXT_PUBLIC_FRONTEND_URL",
6+
"NEXTAUTH_SECRET",
7+
"NEXTAUTH_URL",
8+
"GITHUB_ID",
9+
"GITHUB_SECRET",
10+
"JWT_SECRET",
11+
"NEXT_PUBLIC_FB_APP_ID",
12+
"DATABASE_URL",
13+
"NODE_ENV"
14+
],
515
"tasks": {
616
"build": {
7-
"dependsOn": ["^db:generate", "^build"],
17+
"dependsOn": ["^db:generate"],
818
"outputs": [".next/**", "!.next/cache/**"],
919
"env": []
1020
},
11-
"lint": {},
1221
"dev": {
1322
"dependsOn": ["^db:generate"],
1423
"cache": false,

0 commit comments

Comments
 (0)