Thanks to visit codestin.com Credit goes to github.com
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 7719850 commit 8c07886Copy full SHA for 8c07886
web-app/src/environment.ts
@@ -10,4 +10,4 @@ export const GQL_URI: string =
10
process.env.REACT_APP_GQL_URI || 'https://33mf420q4m.execute-api.us-west-2.amazonaws.com/stage/api-stage'
11
export const DEBUG: boolean = (process.env.REACT_APP_DEBUG || '').toLowerCase() === 'true'
12
export const VERSION: string = process.env.VERSION || 'unknown'
13
-export const NODE_ENV: string = process.env.NODE_ENV || 'producton'
+export const NODE_ENV: string = process.env.NODE_ENV || 'production'
0 commit comments