UNPKG

@skypilot/scraper

Version:
13 lines (10 loc) 326 B
"use strict"; 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;