Build error when using adapter-cloudflare-workers
I am currently trying to deploy a sveltekit website with Cloudflare workers using Cloudflare KV.
I've followed this guide https://kit.svelte.dev/docs/adapter-cloudflare-workers
I tried building with @sveltejs/adapter-cloudflare:2.3.3 and that works fine, however event.platform.env does not contain Cloudflare KV, even though the .toml file is specified along with the app.d.ts
Anyone have any clue?
I've followed this guide https://kit.svelte.dev/docs/adapter-cloudflare-workers
I tried building with @sveltejs/adapter-cloudflare:2.3.3 and that works fine, however event.platform.env does not contain Cloudflare KV, even though the .toml file is specified along with the app.d.ts
Anyone have any clue?