UNPKG

adonis5-swagger

Version:
11 lines (10 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path_1 = require("path"); function default_1(paths) { const isBuildDir = process.cwd().includes('build'); return paths.map((path) => { return isBuildDir ? (0, path_1.join)('..', path) : path; }); } exports.default = default_1;