v1.1.6
This commit is contained in:
@@ -422,3 +422,14 @@ entrypoint = "./functions/send-reminders/index.ts"
|
||||
# Specifies static files to be bundled with the function. Supports glob patterns.
|
||||
# For example, if you want to serve static HTML pages in your function:
|
||||
# static_files = [ "./functions/send-reminders/*.html" ]
|
||||
|
||||
[functions.instant-notifier]
|
||||
enabled = true
|
||||
verify_jwt = false
|
||||
import_map = "./functions/instant-notifier/deno.json"
|
||||
# Uncomment to specify a custom file path to the entrypoint.
|
||||
# Supported file extensions are: .ts, .js, .mjs, .jsx, .tsx
|
||||
entrypoint = "./functions/instant-notifier/index.ts"
|
||||
# Specifies static files to be bundled with the function. Supports glob patterns.
|
||||
# For example, if you want to serve static HTML pages in your function:
|
||||
# static_files = [ "./functions/instant-notifier/*.html" ]
|
||||
|
||||
Reference in New Issue
Block a user