Skip to content

Commit e1f7dd4

Browse files
committed
minor
1 parent cf24c7f commit e1f7dd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/config/index.js

Lines changed: 1 addition & 0 deletions
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)