SupabaseFunctionGenerateImportMapTask

@CacheableTask
abstract class SupabaseFunctionGenerateImportMapTask : DefaultTask(source)

Task responsible for generating import_map.json file for the function.

If this task is disabled:

  • NPM dependencies for the project and its dependencies must be manually added.

  • JS imports must be manually added.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun generate()