Initial commit

This commit is contained in:
Diego Ripley
2025-06-23 08:54:14 -04:00
commit 0bf3dd819d
16 changed files with 334 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import render from 'render2'
export default {
async fetch(request, env, ctx) {
return render.fetch(request, env, ctx)
}
}