@suluk/deploy - v0.1.4
    Preparing search index...

    Interface DeployEntity

    @suluk/deploy — ship a Suluk app behind a SWAPPABLE target interface. A DeployProvider turns the app into the files + ordered steps that deploy it; the host (the vscode extension) runs the steps in a terminal after the user authenticates. Cloudflare is the first provider (Workers + D1 + static assets) — an adapter, since the stack is already Cloudflare-native (Hono=Workers, sqlite-core=D1, frontend=assets). CANDIDATE.

    interface DeployEntity {
        name: string;
        schema: SchemaOrRef;
    }
    Index

    Properties

    Properties

    name: string
    schema: SchemaOrRef