SupabaseFunctionServeTask

@CacheableTask
abstract class SupabaseFunctionServeTask : DefaultTask(source)

Task responsible for serving supabase functions.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
@get:Input
abstract val importMap: Property<Boolean>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:Input
abstract val verifyJwt: Property<Boolean>

Functions

Link copied to clipboard
fun autoRequest(action: ServeAutoRequest.() -> Unit)

Configure autoRequest in a DSL manner.

Link copied to clipboard
fun inspect(action: ServeInspect.() -> Unit)

Configure inspect in a DSL manner.

Link copied to clipboard
fun serve()