Path fix
This commit is contained in:
parent
c20648c33a
commit
b53a4e5bf8
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue