16 lines
265 B
TOML
16 lines
265 B
TOML
name = "ograph"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2026-04-03"
|
|
|
|
rules = [
|
|
{ type = "Text", globs = ["**/*.html"] }
|
|
]
|
|
|
|
[vars]
|
|
VERSION = "2.4.0"
|
|
|
|
[[d1_databases]]
|
|
binding = "DB"
|
|
database_name = "ograph"
|
|
database_id = "b9af483d-e7c2-414f-96ff-ddecd5d0cd6a"
|