server: remove mention of sequelize config

This commit is contained in:
Max Leiter 2022-03-30 00:27:42 -07:00
parent 0504bd57e2
commit d24e94da04
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -1,7 +1,7 @@
const path = require("path")
module.exports = {
config: path.resolve("config", "config.js"),
// config: path.resolve("config", "config.js"),
"models-path": path.resolve("src", "lib", "models"),
// "seeders-path": path.resolve("src", "seeders"),
"migrations-path": path.resolve("src", "migrations")