You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# configure database
$ edit file ormconfig.json to your database configuration
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod