@jasondark/proompt
Version:
CLI tool for running AI prompts with structure and repeatability
11 lines • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.documentProjectArgsSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("@/core/schemas");
exports.documentProjectArgsSchema = zod_1.z
.object({
initialDocumentationPath: zod_1.z.string(),
})
.and(schemas_1.documentationCommandOptionsSchema);
//# sourceMappingURL=schema.js.map