This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pulse/packages/pulseflare/wrangler.toml
T
2026-04-18 07:54:05 +00:00

20 lines
390 B
TOML

name = "pulseflare"
main = "src/index.ts"
compatibility_date = "2024-09-25"
[[d1_databases]]
binding = "DB"
database_name = "pulseflare-db"
database_id = "dee1eee4-99e7-4aa3-85ec-dd376d288c9e"
[durable_objects]
bindings = [
{ name = "PULSE_TICK", class_name = "PulseTick" }
]
[[migrations]]
tag = "v1"
new_classes = ["PulseTick"]
[vars]
SIGIL_URL = "https://sigil.shazhou.workers.dev"