28 lines
495 B
TOML
28 lines
495 B
TOML
|
name = "new-functions"
|
||
|
main = "src/index.ts"
|
||
|
compatibility_date = "2024-11-26"
|
||
|
|
||
|
# compatibility_flags = [ "nodejs_compat" ]
|
||
|
|
||
|
# [vars]
|
||
|
# MY_VAR = "my-variable"
|
||
|
|
||
|
# [[kv_namespaces]]
|
||
|
# binding = "MY_KV_NAMESPACE"
|
||
|
# id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||
|
|
||
|
# [[r2_buckets]]
|
||
|
# binding = "MY_BUCKET"
|
||
|
# bucket_name = "my-bucket"
|
||
|
|
||
|
# [[d1_databases]]
|
||
|
# binding = "DB"
|
||
|
# database_name = "my-database"
|
||
|
# database_id = ""
|
||
|
|
||
|
# [ai]
|
||
|
# binding = "AI"
|
||
|
|
||
|
# [observability]
|
||
|
# enabled = true
|
||
|
# head_sampling_rate = 1
|