UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

10 lines (7 loc) 287 B
import { type Static, Type } from "@sinclair/typebox"; export const sitePrompt = Type.String({ minLength: 30, maxLength: 1000, description: "User prompt for the site, describing the purpose and main features of the site.", }); export type SitePrompt = Static<typeof sitePrompt>;