ServeAutoRequest

data class ServeAutoRequest(var sendRequestOnCodeChangeDelay: Long = 500, var logStatus: Boolean = false, var logResponse: Boolean = false)(source)

Configuration for auto request feature.

Constructors

Link copied to clipboard
constructor(sendRequestOnCodeChangeDelay: Long = 500, logStatus: Boolean = false, logResponse: Boolean = false)

Properties

Link copied to clipboard
@Input
var logResponse: Boolean

Whether to print the request response.

Link copied to clipboard
@Input
var logStatus: Boolean

Whether to print the supabase output obtained from supabase status command.

Link copied to clipboard

Duration in milliseconds to wait before sending the request after the code has changed.