UNPKG

@web/storybook-framework-web-components

Version:
14 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wdsFinal = exports.core = void 0; const node_path_1 = require("node:path"); const getAbsolutePath = (input) => (0, node_path_1.dirname)(require.resolve((0, node_path_1.join)(input, 'package.json'))); exports.core = { builder: getAbsolutePath('@web/storybook-builder'), renderer: getAbsolutePath('@storybook/web-components'), }; const wdsFinal = wdsConfig => { return Object.assign(Object.assign({}, wdsConfig), { watch: true }); }; exports.wdsFinal = wdsFinal; //# sourceMappingURL=preset.js.map