UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

16 lines (13 loc) 258 B
'use strict'; /** * Local Config * should not be tracked in vcs * infos on configuration files: https://github.com/lorenwest/node-config/wiki/Configuration-Files */ module.exports = { nitro: { mode: { livereload: true, }, }, };