Skip to content

Commit 00a5824

Browse files
committed
Add env vars to now.json
1 parent 2813763 commit 00a5824

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

now.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"name": "guide",
33
"version": 2,
4-
"scope": "loren"
4+
"scope": "loren",
5+
"build": {
6+
"env": {
7+
"NODE_ENV": "production",
8+
"REACT_APP_STRIPE_PUBLIC_KEY": "@guide-stripe-public-key"
9+
}
10+
}
511
}

0 commit comments

Comments
 (0)