19 lines
501 B
TOML
19 lines
501 B
TOML
name = "turing-engine"
|
|
compatibility_date = "2024-12-01"
|
|
|
|
# Uncomment after creating D1 database with: nxcode-d1 create <name>
|
|
# [[d1_databases]]
|
|
# binding = "DB"
|
|
# database_name = "nxcode-xxx-your-db-name"
|
|
# database_id = "xxx"
|
|
|
|
# Uncomment after creating KV namespace with: nxcode-kv create <name>
|
|
# [[kv_namespaces]]
|
|
# binding = "CACHE"
|
|
# id = "xxx"
|
|
|
|
# Uncomment after creating R2 bucket with: nxcode-r2 create <name>
|
|
# [[r2_buckets]]
|
|
# binding = "STORAGE"
|
|
# bucket_name = "nxcode-xxx-your-bucket"
|