Explicitly set env vars as strings.
This commit is contained in:
parent
acfe8de26f
commit
4d4d58699f
@ -1,2 +1,2 @@
|
|||||||
NODE_ENV=development
|
NODE_ENV='development'
|
||||||
PORT=3001
|
PORT='3001'
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
NODE_ENV='development'
|
NODE_ENV='development'
|
||||||
PORT=3000
|
PORT='3000'
|
||||||
API_URI='http://localhost:3001/graphql'
|
API_URI='http://localhost:3001/graphql'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user