"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = api => {
api.describe({
key: 'publicPath',
config: {
default: '/',
schema(joi) {
return joi.string().allow('');
}
}
});
};
exports.default = _default;