From 7b6314f480d4f7a0932d6463e5341e21566a37c2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 3 Oct 2025 11:52:01 +0200 Subject: Implement loading of unauthenticated radar GIS images --- astro.config.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 2674216..fff01e2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -18,7 +18,10 @@ export default defineConfig({ }, adapter: cloudflare({ - imageService: "compile" + imageService: "compile", + workerEntryPoint: { + path: 'src/worker.ts' + } }), devToolbar: { -- cgit v1.3.1