Добавил execDir в конфиг

This commit is contained in:
Book Pauk
2022-08-17 01:02:14 +07:00
parent 8a4164922f
commit 8476f8b3c8
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ module.exports = {
version: pckg.version,
name: pckg.name,
execDir,
dataDir,
tempDir: `${dataDir}/tmp`,
logDir: `${dataDir}/log`,