app.config.js 73 B

12345
  1. export default {
  2. port: 4000,
  3. host: '0.0.0.0',
  4. public: 'public',
  5. };