UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

18 lines (14 loc) 293 B
'use strict'; /** * Config - Custom Environment Variables * https://github.com/lorenwest/node-config/wiki/Environment-Variables#custom-environment-variables */ const config = { server: { port: 'PORT', proxy: { port: 'PROXY', }, }, }; module.exports = config;