basic version working

This commit is contained in:
Jurn Wubben 2025-11-05 22:36:41 +01:00
commit 39f6e99abe
11 changed files with 782 additions and 0 deletions

11
deno.json Normal file
View file

@ -0,0 +1,11 @@
{
"tasks": {
"dev": "deno run -A --watch src/index.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/async": "jsr:@std/async@^1.0.15",
"@std/encoding": "jsr:@std/encoding@^1.0.10",
"@std/http": "jsr:@std/http@^1.0.21"
}
}