Skip to content

Commit 2d831e7

Browse files
authored
Merge pull request #2 from tiluckdave/next-auth-and-turbo-repo
global env in turbo
2 parents c03ea72 + 154f68b commit 2d831e7

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

turbo.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"$schema": "https://turborepo.com/schema.json",
3-
"globalDependencies": [
4-
".env"
3+
"globalEnv": [
4+
"AWS_ACCESS_KEY_ID",
5+
"AWS_SECRET_ACCESS_KEY",
6+
"AWS_REGION",
7+
"DYNAMODB_TABLE_PREFIX",
8+
"NEXTAUTH_URL",
9+
"NEXTAUTH_SECRET",
10+
"SMTP_HOST",
11+
"SMTP_PORT",
12+
"SMTP_USER",
13+
"SMTP_PASSWORD",
14+
"EMAIL_FROM",
15+
"GOOGLE_CLIENT_ID",
16+
"GOOGLE_CLIENT_SECRET"
517
],
618
"tasks": {
719
"build": {

0 commit comments

Comments
 (0)