1 2 3 4 5 6
export default { async fetch(request: Request, env: any) { // Serve static assets return env.ASSETS.fetch(request); } };