This commit is contained in:
Jeeves 2025-02-18 22:03:27 -07:00
commit a0ae1b422d
9 changed files with 371 additions and 0 deletions

9
deno.json Normal file
View file

@ -0,0 +1,9 @@
{
"tasks": {
"dev": "deno run --allow-net --allow-read --watch src/main.ts"
},
"imports": {
"@oak/oak": "jsr:@oak/oak@^17.1.4",
"@std/assert": "jsr:@std/assert@1"
}
}