Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

오류 있습니다 ㅡㅡ #2

Closed
Sinawe4 opened this issue Dec 22, 2020 · 1 comment
Closed

오류 있습니다 ㅡㅡ #2

Sinawe4 opened this issue Dec 22, 2020 · 1 comment

Comments

@Sinawe4
Copy link

Sinawe4 commented Dec 22, 2020

const path = require('path');

module.exports = {
'config': path.resolve('src/db/config/config.js'),
'models-path': path.resolve('src/db/models'),
'seeders-path': path.resolve('src/db/seeders'),
'migrations-path': path.resolve('src/db/migrations')
}
부분을
module.exports = {
'config': path.resolve('src/db/config/config.json'),
'models-path': path.resolve('src/db/models'),
'seeders-path': path.resolve('src/db/seeders'),
'migrations-path': path.resolve('src/db/migrations')
}
으로 바꿔주셔야 합니다, 덕분에 30분동안 고생했네요 ㅎㅎ

@siwony
Copy link
Owner

siwony commented Dec 22, 2020

아.... 죄송합니다. 고쳤습니다!

@siwony siwony closed this as completed Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants