This is the default sveltekit demo with adapter-cloudflare, initialized the following way:
% npx sv create sveltekit-demo-cloudflare
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
┌ Welcome to the Svelte CLI! (v0.9.9)
│
◇ Which template would you like?
│ SvelteKit demo
│
◇ Add type checking with TypeScript?
│ No
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ sveltekit-adapter
│
◇ Which SvelteKit adapter would you like to use?
│ cloudflare
│
◆ Successfully setup add-ons
│
◇ Which package manager do you want to install dependencies with?
│ npm
│
│
◆ Successfully installed dependencies
│
◇ What's next? ───────────────────────────────╮
│ │
│ 📁 Project steps │
│ │
│ 1: cd sveltekit-demo-cloudflare │
│ 2: npm run dev -- --open │
│ │
│ To close the dev server, hit Ctrl-C │
│ │
│ Stuck? Visit us at https://svelte.dev/chat │
│ │
├──────────────────────────────────────────────╯
│
└ You're all set!
No files other than README.md (and later, src/hooks.server.js) were modified, removed, or added.