UNPKG

677 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const logger = require("@nodeswork/logger");
4const AppDirectory = require('appdirectory');
5const appDirectory = new AppDirectory('Nodeswork');
6const LOG = logger.getLogger();
7exports.appPath = appDirectory.userData();
8exports.appConfig = appDirectory.userConfig();
9exports.appCache = appDirectory.userCache();
10exports.appLogs = appDirectory.userLogs();
11exports.containerProxyUrl = 'http://localhost:28320';
12LOG.debug('Directory configurations', {
13 appPath: exports.appPath, appConfig: exports.appConfig, appCache: exports.appCache, appLogs: exports.appLogs,
14});
15
16//# sourceMappingURL=paths.js.map