UNPKG

dflzm

Version:

x

12 lines (9 loc) 255 B
const domain = {} if (process.env.NODE_ENV === 'development') { domain.web = 'http://0.0.0.0:3040' domain.static = 'http://0.0.0.0:3040' } else { domain.web = 'http://0.0.0.0:3040' domain.static = 'http://0.0.0.0:3040' } module.exports = domain