leopiccionia / nuxt-feathers-boilerplate

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

NeDB services generate and use /data folder instead of /server/data. #2

Closed gustojs closed 5 years ago

gustojs commented 5 years ago

NeDB database uses JSON files to store data directly in the filesystem. By default it happens inside of the Feathers folder in /data, but since we generate the services from the parent level directory, /data gets created among other Nuxt folders instead of /server/data.

leopiccionia commented 5 years ago

This should be fixed in 7c73dc2.

Feel free to suggest a different approach in another issue.