leopiccionia / nuxt-feathers-boilerplate

A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.
MIT License
12 stars 1 forks source link

Move config/ folder to server/config/ #3

Open leopiccionia opened 5 years ago

leopiccionia commented 5 years ago

From the Feathers/Express server point of view, the steps described here are enough to implement this feature. Nonethewise, the Feathers CLI generators expect a config folder in project root, and would re-create it if it doesn't exist.

This feature is, therefore, not a limitation of this specific boilerplate, but would certainly enhance this. I should probably give https://github.com/feathersjs/feathers/issues/987 a try.