Retrospectively adding Cloudflare Workers to an existing JS Framework project
Absolute newbie here. I have an existing Sveltekit project which was created using , however I now want to add Cloudflare services such as D1 and R2, retrospectively to the existing Sveltekit project.
I'm aware of Cloudflare C3 to create a new Cloudflare application which creates my Worker to interact with D1 and R2, however how do I add the Worker, using best practices, to my existing Sveltekit project?
Hopefully this is a simple query however couldn't find any help in the docs or google.
0 Replies