diff options
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: { |
