fix(xo-server): pass appDir to appConf

This commit is contained in:
Julien Fontanet 2018-02-01 16:30:39 +01:00
parent 693afc52ff
commit f026e51c54

View File

@ -59,6 +59,7 @@ const DEPRECATED_ENTRIES = [
async function loadConfiguration () {
const config = await appConf.load('xo-server', {
appDir: joinPath(__dirname, '..'),
ignoreUnknownFormats: true,
})