musiqpad / mqp-server

NodeJS server base for hosting an individual pad
MIT License
30 stars 18 forks source link

[Bug] Config gets deleted on update #51

Closed explodingcamera closed 8 years ago

explodingcamera commented 8 years ago

If the config file is created in ./node_modules, it will be deleted when you update via npm. You could add a config option to mqpServer.start or make db + config paths relative to the file starting the server.

TheBanHammer commented 8 years ago

Is something we already have on our radar.

explodingcamera commented 8 years ago

Yeah I know just wanted to add it here

explodingcamera commented 8 years ago

On hold until #39 gets finished because we need to change how the config is stored / loaded.