a7fd543648
CI / test (push) Has been cancelled
- 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
10 lines
224 B
TOML
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"
|