We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf24c7f commit e1f7dd4Copy full SHA for e1f7dd4
modules/config/index.js
@@ -28,6 +28,7 @@ let config = module.exports = {
28
static: env.BASE_CURRENT_STATIC || env.BASE || 'http://localhost:3000',
29
},
30
urlBaseProduction: {
31
+ // when even in dev mode we must reference prod, use this (maybe remove it?)
32
main: env.BASE_PRODUCTION_MAIN || env.BASE || 'http://localhost:3000',
33
static: env.BASE_PRODUCTION_STATIC || env.BASE || 'http://localhost:3000'
34
0 commit comments