Replaced the cloudflare worker examples with an updated version

This commit is contained in:
Alexander Cerutti
2023-10-08 13:32:17 +02:00
parent 921b955a85
commit 34a12e3879
24 changed files with 2362 additions and 14375 deletions

View File

@@ -0,0 +1,4 @@
declare module "*.png" {
const content: Buffer;
export default content;
}