UNPKG

sfdx-experiences-plugin

Version:
14 lines 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path_1 = require("path"); /** * Returns the path to the views directory for the given bundle path. * * @param {string} bundlePath Path to the bundle. * @returns {string} Path to the views directory of the bundle. */ function getViewsPath(bundlePath) { return path_1.resolve(bundlePath, 'views'); } exports.default = getViewsPath; //# sourceMappingURL=get-views-path.js.map