replace pen-plotter to epja folder

This commit is contained in:
Andrey
2023-11-25 13:11:35 +03:00
parent 6a4c6c1d86
commit 1021d16469
11 changed files with 4 additions and 93 deletions
@@ -0,0 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.STATIC_PATH = exports.PROFILES_PATH = exports.BASE_PATH = void 0;
const BASE_PATH = __dirname;
exports.BASE_PATH = BASE_PATH;
const PROFILES_PATH = `${BASE_PATH}/profiles`;
exports.PROFILES_PATH = PROFILES_PATH;
const STATIC_PATH = `${BASE_PATH}/static`;
exports.STATIC_PATH = STATIC_PATH;