|
@@ -8,5 +8,6 @@ module.exports = Object.assign({}, base, {
|
|
tempDir: execPath + '/tmp',
|
|
tempDir: execPath + '/tmp',
|
|
logDir: execPath + '/log',
|
|
logDir: execPath + '/log',
|
|
dataDir: execPath + '/data',
|
|
dataDir: execPath + '/data',
|
|
|
|
+ publicDir: execPath + '/public',
|
|
}
|
|
}
|
|
);
|
|
);
|