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
xiaomo a7fd543648
CI / test (push) Has been cancelled
feat(pulseflare): complete D1 event store Worker
- Add Bearer token auth (API_TOKEN secret)
- Add POST /events/batch (max 100)
- Add GET /events?after_id= for cursor-based pagination
- Add POST/GET /instances for object instances
- Add POST /maintenance/archive for event cleanup
- Add D1 migration (0001_init)
- D1PulseStore fully implements PulseStore interface
- Type checks pass
2026-04-20 01:38:03 +00:00

10 lines
224 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"
migrations_dir = "migrations"