Skip to content

Commit 424bc68

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

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

turbo.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"globalDependencies": ["**/.env.*local", "**/.env"],
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-
],
4+
"globalEnv": [],
155
"tasks": {
166
"build": {
177
"dependsOn": ["^db:generate", "^build"],

0 commit comments

Comments
 (0)