This commit is contained in:
2026-04-13 23:04:12 +02:00
commit 7b48f78ebf
13 changed files with 3852 additions and 0 deletions

5
worker.js Normal file
View File

@@ -0,0 +1,5 @@
export default {
async fetch(request, env) {
return env.ASSETS.fetch(request);
},
};