diff --git a/load-config.js b/load-config.js index 9dd97e0..5e068a6 100644 --- a/load-config.js +++ b/load-config.js @@ -4,7 +4,7 @@ try { } catch (e) { let fs = require('fs'); let { join } = require('path'); - let root = fs.existsSync('/data') ? '/data' : '/'; + let root = fs.existsSync('/data') ? '/data' : './'; config = { mode: 'development',