ServeInspect

data class ServeInspect(var mode: ServeInspect.Mode = Mode.Brk, var main: Boolean = false, var debug: Boolean = false)(source)

Behaviour of inspection during function serving. More explanations on Supabase Docs.

Constructors

Link copied to clipboard
constructor(mode: ServeInspect.Mode = Mode.Brk, main: Boolean = false, debug: Boolean = false)

Types

Link copied to clipboard
enum Mode : Enum<ServeInspect.Mode>

Available inspection modes.

Properties

Link copied to clipboard
@Input
var debug: Boolean

Adds the debug flag to the serve command.

Link copied to clipboard
@Input
var main: Boolean

Allows the creation of an inspector session for the main worker which is not allowed by default.

Link copied to clipboard

Activates the inspector capability.