12 lines
524 B
TOML
12 lines
524 B
TOML
|
|
|
||
|
|
[functions.meta-whatsapp-webhook]
|
||
|
|
enabled = true
|
||
|
|
verify_jwt = true
|
||
|
|
import_map = "./functions/meta-whatsapp-webhook/deno.json"
|
||
|
|
# Uncomment to specify a custom file path to the entrypoint.
|
||
|
|
# Supported file extensions are: .ts, .js, .mjs, .jsx, .tsx
|
||
|
|
entrypoint = "./functions/meta-whatsapp-webhook/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/meta-whatsapp-webhook/*.html" ]
|