Skip to content

Commit

Permalink
clase 29-3-22
Browse files Browse the repository at this point in the history
  • Loading branch information
faqundo committed Mar 25, 2022
1 parent a97cec2 commit 159c007
Show file tree
Hide file tree
Showing 59 changed files with 3,042 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clase-29-3-22-JS/.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 159c007

Please sign in to comment.