• Serve the web extension.

    Parameters

    • options: WebExtServeSchema

      Raw options normalized by normalizeOptions()

    • context: ExecutorContext

      Information about the project being served.

    Returns Promise<{
        success: boolean;
    }>

    An object indicating success or failure.