Skip to content

Commit e1f7dd4

Browse files
committed
minor
1 parent cf24c7f commit e1f7dd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/config/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ let config = module.exports = {
2828
static: env.BASE_CURRENT_STATIC || env.BASE || 'http://localhost:3000',
2929
},
3030
urlBaseProduction: {
31+
// when even in dev mode we must reference prod, use this (maybe remove it?)
3132
main: env.BASE_PRODUCTION_MAIN || env.BASE || 'http://localhost:3000',
3233
static: env.BASE_PRODUCTION_STATIC || env.BASE || 'http://localhost:3000'
3334
},

0 commit comments

Comments
 (0)