drupflare/drangler - v0.1.0
    Preparing search index...

    Interface InstallOptions

    interface InstallOptions {
        asset?: string[];
        db?: string;
        dryRun?: boolean;
        json?: boolean;
        repack?: boolean;
        workspace?: string;
    }
    Index
    asset?: string[]

    repeated <from>=<workspace-relative to> pairs

    db?: string

    a SQLite database file, not a SQL dump; migrate convert produces the dump that builds one

    dryRun?: boolean
    json?: boolean
    repack?: boolean

    run bun run assets:sql afterwards, which is what makes a landed database ship

    workspace?: string