UNPKG

nestjs-starter

Version:

Get started for beginners with Nestjs

7 lines (6 loc) 205 B
const path = require('path'); module.exports = { 'config': path.resolve('db', 'config.ts'), 'seeders-path': path.resolve('db', 'seeders'), 'migrations-path': path.resolve('db', 'migrations') }