donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
12 lines • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TargetConfigSchema = void 0;
const BrowserConfig_1 = require("./BrowserConfig");
/**
* Target configuration schema.
*
* Web targets use {@link BrowserConfigSchema}. Plugin-provided targets
* (e.g. mobile) register their own schemas via the plugin system.
*/
exports.TargetConfigSchema = BrowserConfig_1.BrowserConfigSchema;
//# sourceMappingURL=TargetConfig.js.map