interface StoryConfig {
    name: string;
    rngsIo: string;
    syncPath: string;
    preview?: LiveEndpoint;
    public?: LiveEndpoint;
}

Properties

name: string

The name of the story in RNGS.io

Note: This is updated each time you run the CLI but may be out of sync with recent changes in RNGS.io.

rngsIo: string

The link to the story in RNGS.io

syncPath: string

The local path to a file the story is synced to, relative to the root of the project

preview?: LiveEndpoint

A ⚡LIVE endpoint preview version of the story

public?: LiveEndpoint

A ⚡LIVE endpoint public version of the story

Generated using TypeDoc