UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

6 lines 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.basePath = void 0; const node_path_1 = require("node:path"); exports.basePath = (0, node_path_1.join)(__dirname, './data/'); //# sourceMappingURL=base-path.js.map