Вынес publicDir в конфиг
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
||||
tempDir: execPath + '/tmp',
|
||||
logDir: execPath + '/log',
|
||||
dataDir: execPath + '/data',
|
||||
publicDir: execPath + '/public',
|
||||
dbFileName: 'db.sqlite',
|
||||
loggingEnabled: true,
|
||||
|
||||
|
||||
@@ -8,5 +8,6 @@ module.exports = Object.assign({}, base, {
|
||||
tempDir: execPath + '/tmp',
|
||||
logDir: execPath + '/log',
|
||||
dataDir: execPath + '/data',
|
||||
publicDir: execPath + '/public',
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user