add example express code

This commit is contained in:
2025-08-01 14:19:05 +02:00
parent ede6c3d118
commit 8cd87f473f
4 changed files with 417 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}