UNPKG

@fesjs/preset-built-in

Version:
18 lines (17 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = api => { api.describe({ key: 'outputPath', config: { default: 'dist', schema(joi) { return joi.string().not('src', 'public', 'pages', 'mock', 'config').allow(''); } } }); }; exports.default = _default;