UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

16 lines (13 loc) 256 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: { offline: false, }, }, };