UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

16 lines (12 loc) 280 B
'use strict'; /** * Config - Custom Environment Variables * https://github.com/lorenwest/node-config/wiki/Environment-Variables#custom-environment-variables */ const config = { server: { port: 'PORT', hmrPort: 'HMR_PORT', }, }; module.exports = config;