diff options
| author | Yuval Adam <_@yuv.al> | 2025-10-03 11:52:01 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-10-03 11:52:01 +0200 |
| commit | 7b6314f480d4f7a0932d6463e5341e21566a37c2 (patch) | |
| tree | 852174e337af4ec373e966b642dc59ca0a7e5c74 /astro.config.mjs | |
| parent | dc4d65708c92cba5652597af8eb49d1297026e15 (diff) | |
Implement loading of unauthenticated radar GIS images
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 5 |
1 files changed, 4 insertions, 1 deletions
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: { |
