mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
This adds the following pages: The landing page (/) The pricing page (/pricing) The contact page (/contact) The changelog page (/changelog) Terms Of Service page (/terms) Privacy Policy (/privacy)
26 lines
457 B
TOML
26 lines
457 B
TOML
name = "nexus"
|
|
compatibility_date = "2024-08-14"
|
|
send_metrics = false
|
|
|
|
[[kv_namespaces]]
|
|
binding = "nexus"
|
|
id = "e21527f9f1ed4adbaca1fa23d7f147c9"
|
|
|
|
# [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" |