We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46cd82 commit 4f933e6Copy full SHA for 4f933e6
2 files changed
βexamples/sveltekit/README.mdβ
@@ -7,6 +7,10 @@ The adapter is selected at build/dev time via the `SVELTE_ADAPTER` env var (see
7
- _default_ β `@sveltejs/adapter-auto` (regular deployment)
8
- `cloudflare` β `@sveltejs/adapter-cloudflare`
9
10
+
11
+[*DEPLOYED CLOUDFLARE WORKER*](https://sveltekit-varlock-example.dmno.workers.dev/)
12
13
14
## Developing
15
16
Install dependencies with `pnpm install`, then start the dev server.
@@ -43,7 +47,6 @@ pnpm deploy:cf
43
47
```
44
48
45
49
46
-[*DEPLOYED CLOUDFLARE WORKER*](https://sveltekit-varlock-example.dmno.workers.dev/)
50
51
## Further reading
52
βpnpm-workspace.yamlβ
0 commit comments