fix(xo-server): pass appDir to appConf
This commit is contained in:
parent
693afc52ff
commit
f026e51c54
@ -59,6 +59,7 @@ const DEPRECATED_ENTRIES = [
|
|||||||
|
|
||||||
async function loadConfiguration () {
|
async function loadConfiguration () {
|
||||||
const config = await appConf.load('xo-server', {
|
const config = await appConf.load('xo-server', {
|
||||||
|
appDir: joinPath(__dirname, '..'),
|
||||||
ignoreUnknownFormats: true,
|
ignoreUnknownFormats: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user