seedShop
●test-convex · /index·async functionthrows Always
Live-backend transport wrapper around . Seeding a running deployment requires invoking the seed mutation over the wire (a deployed function reference plus an authenticated client), which HARNESS-02 wires into the launcher; until then this entry throws rather than silently skipping.
Signature
function seedShop(url: string, opts: CanonicalShopFixtureOptions): Promise<void>;Parameters
| Name | Type | Description |
|---|---|---|
url | string | |
opts | CanonicalShopFixtureOptions |
Returns
Resolves once the canonical shop is present in the deployment.
Throws
Always
, until HARNESS-02 wires the live mutation runner.
Related
runCli DaemonOptions runDaemon SeedClerkOperatorOptions SeedCmsOptions SeedCanonicalOptions SeedClerkOperatorView SeedShopOptions