Toacin / PizzaByte

1 stars 0 forks source link

Organize all DB related directories in backend #15

Open Toacin opened 4 days ago

Toacin commented 4 days ago

Originally when setting up this application, the goal was to keep all the directories related to sequelize inside a db folder, however, there were some configuration problems that caused sequelize to look for the config file that's not nested in a db directory. Some things I tried was uninitializing sequelize and trying again, but to no avail. I also tried messing around with config imports to see if it can be modified, but also to no avail. Could not find an alternate solution (within reasonable time).