@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
12 lines (10 loc) • 311 B
JavaScript
import { Type } from "@sinclair/typebox";
//#region src/shared/prompt.ts
const sitePrompt = Type.String({
minLength: 30,
maxLength: 1e3,
description: "User prompt for the site, describing the purpose and main features of the site."
});
//#endregion
export { sitePrompt };
//# sourceMappingURL=prompt.js.map