Initial commit

This commit is contained in:
2025-07-30 12:32:14 +02:00
parent ddaa0e5f05
commit be72715cfe
8 changed files with 545 additions and 0 deletions

10
deno.json Normal file
View File

@@ -0,0 +1,10 @@
{
"imports": {
"oak": "https://deno.land/x/oak@v16.0.0/mod.ts",
"path": "https://deno.land/std@0.224.0/path/mod.ts",
"eta": "https://deno.land/x/eta@v3.1.0/mod.ts"
},
"tasks": {
"start": "deno run --allow-net --allow-read src/app.ts"
}
}