AboutSupportDeveloper GuideVersion 20.1.5

Type alias WorkspaceAsarPathConfig

WorkspaceAsarPathConfig: {
    path: string;
}

Configures the workspace to self-host using an asar bundle at the specified path.

Type declaration

  • path: string

    Path of the asar bundle with which to self-host.

Remarks

Intended as a development tool - in production, use WorkspaceAsarAssetConfig.