@skypilot/scraper
Version:
Node-based scriptable web scraper
13 lines (10 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.readTestConfigs = void 0;
var _optio = require("@skypilot/optio");
const readTestConfigs = (0, _optio.configureReadConfigValue)({
filepaths: ['local/test-config.yaml', 'test-config.yaml']
});
exports.readTestConfigs = readTestConfigs;