We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e548a commit 424bc68Copy full SHA for 424bc68
turbo.json
@@ -1,17 +1,7 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
"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
- ],
+ "globalEnv": [],
15
"tasks": {
16
"build": {
17
"dependsOn": ["^db:generate", "^build"],
0 commit comments