mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
23 lines
397 B
TOML
23 lines
397 B
TOML
name = "svglapi"
|
|
main = "src/index.ts"
|
|
minify = true
|
|
compatibility_date = "2023-12-01"
|
|
|
|
# [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" |