UNPKG

generator-nest-js-boilerplate

Version:

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

36 lines (33 loc) 610 B
module.exports = { Mongodb: { jwt: [ { type: 'list', name: 'wantedAdminPanel', message: 'Do you want to have an admin panel?', default: 'No', choices: ['Yes', 'No'], } ], oauth2: [], passportLocal: [ { type: 'list', name: 'wantedAdminPanel', message: 'Do you want to have an admin panel?', default: 'No', choices: ['Yes', 'No'], } ], }, Mysql: { jwt: [], oauth2: [], passportLocal: [], }, Postgresql: { jwt: [], oauth2: [], passportLocal: [], }, }