UNPKG

generator-nest-js-boilerplate

Version:

This generator will help you to build your own Nest.js Mongodb API using TypeScript 4

9 lines (8 loc) 169 B
module.exports = [ { type: 'list', name: 'authType', message: 'Choose auth for your app, please', choices: ['jwt', 'oauth2', 'passportLocal'], }, ];