Skip to content

Commit

Permalink
clase33
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybejarano committed Sep 7, 2022
1 parent 959c8c9 commit e5d0e13
Show file tree
Hide file tree
Showing 27 changed files with 4,552 additions and 0 deletions.
1 change: 1 addition & 0 deletions clase33/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 7 additions & 0 deletions clase33/.sequelizerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const path = require('path')
module.exports = {
config: path.resolve('./src/database/config', 'config.js'),
'models-path': path.resolve('./src/database/models'),
'seeders-path': path.resolve('./src/database/seeders'),
'migrations-path': path.resolve('./src/database/migrations'),
}
Loading

0 comments on commit e5d0e13

Please sign in to comment.