dev-info.js 122 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 const info = { host: '127.0.0.1', port: 5002, publicPath: 'http://127.0.0.1:5002/' }; module.exports = info;