multy-stub/server/routers/old/epja-2023-2/pen-plotter/paths.js
Primakov Alexandr Alexandrovich 4b0d9b4dbc mongoose + tests
2024-10-16 11:06:23 +03:00

11 lines
423 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.STATIC_PATH = exports.PROFILES_PATH = exports.BASE_PATH = void 0;
const path = require("path");
const BASE_PATH = __dirname;
exports.BASE_PATH = BASE_PATH;
const PROFILES_PATH = path.join(BASE_PATH, "profiles");
exports.PROFILES_PATH = PROFILES_PATH;
const STATIC_PATH = path.join(BASE_PATH, "static");
exports.STATIC_PATH = STATIC_PATH;