actionhero / ah-sequelize-plugin

sequelize plugin for actionhero
36 stars 23 forks source link

Configuration issue in tutorial #126

Closed y471n closed 4 years ago

y471n commented 4 years ago

https://github.com/actionhero/ah-sequelize-plugin#configuration

The tutorial states that the plugin requires sequelize.js file by default. But when we're not using sequelize-cli, sequelize.ts will suffice and the code won't work if sequelize.ts isn't created.

evantahler commented 4 years ago

Updated by https://github.com/actionhero/ah-sequelize-plugin/commit/8e08b4359635d3d10209b2f783575f685a7c1482#diff-04c6e90faac2675aa89e2176d2eec7d8.

Thanks!