UNPKG

generator-nest-js-boilerplate

Version:

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

14 lines (13 loc) 246 B
module.exports = { jwt: [ { type: 'list', name: 'wantedSocket', message: 'Do you want to use web sockets?', default: 'No', choices: ['Yes', 'No'], }, ], oauth2: [], passportLocal: [], };