trailsjs / trails

:evergreen_tree: Modern Web Application Framework for Node.js.
http://trailsjs.io
Other
1.66k stars 70 forks source link

Still maintained? #315

Closed weyert closed 6 years ago

weyert commented 6 years ago

I am wondering if this project is still being maintained?

A lot of issues are open but not being acted on. I noticed that V3 is out but there is no details how you can upgrade to this version if you are using V2. Currently in my V2 project I am experiencing issues that overriding config files based on NODE_ENV is not working. If I try to limit the packs e.g. disable sequelize as not needed then it's not working for me.

scott-wyatt commented 6 years ago

Yes, still maintained. Migration instructions will be published when they are ready and bug fixes for v2 will be published until they end of it's lifecycle. There are a ton of reasons why you might be experiencing an issue with your config, but there isn't much to go one here. I would first check the index file of each directory in your config to make sure that your config is being exported.