feature: events polling

This commit is contained in:
Andy Burke 2025-07-02 21:28:07 -07:00
parent 61a51017a3
commit b700251278
19 changed files with 353 additions and 77 deletions

View file

@ -32,13 +32,13 @@
}
},
"imports": {
"@andyburke/fsdb": "jsr:@andyburke/fsdb@^0.6.1",
"@andyburke/fsdb": "jsr:@andyburke/fsdb@^0.9.0",
"@andyburke/lurid": "jsr:@andyburke/lurid@^0.2.0",
"@andyburke/serverus": "jsr:@andyburke/serverus@^0.7.1",
"@std/assert": "jsr:@std/assert@^1.0.13",
"@std/encoding": "jsr:@std/encoding@^1.0.10",
"@std/http": "jsr:@std/http@^1.0.18",
"@std/path": "jsr:@std/path@^1.1.0",
"@std/http": "jsr:@std/http@^1.0.19",
"@std/path": "jsr:@std/path@^1.1.1",
"@stdext/crypto": "jsr:@stdext/crypto@^0.1.0"
}
}