Skip to content

Commit 0af4b7f

Browse files
committed
env spelling change
1 parent 2d831e7 commit 0af4b7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

turbo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
"SMTP_HOST",
1111
"SMTP_PORT",
1212
"SMTP_USER",
13-
"SMTP_PASSWORD",
13+
"SMTP_PASS",
1414
"EMAIL_FROM",
1515
"GOOGLE_CLIENT_ID",
1616
"GOOGLE_CLIENT_SECRET"
1717
],
18+
"globalDependencies": [
19+
".env"
20+
],
1821
"tasks": {
1922
"build": {
2023
"dependsOn": [

0 commit comments

Comments
 (0)