KC's Workspace
    Preparing search index...

    Type Alias BindCLIShortcutsOptions<Server$3>

    type BindCLIShortcutsOptions<Server$3 = ViteDevServer | PreviewServer> = {
        customShortcuts?: CLIShortcut<Server$3>[];
        print?: boolean;
    }

    Type Parameters

    Index

    Properties

    customShortcuts?: CLIShortcut<Server$3>[]

    Custom shortcuts to run when a key is pressed. These shortcuts take priority over the default shortcuts if they have the same keys (except the h key). To disable a default shortcut, define the same key but with action: undefined.

    print?: boolean

    Print a one-line shortcuts "help" hint to the terminal