Skip to content

Commit

Permalink
this is ridiculous
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Nov 18, 2021
1 parent b847f9a commit 7f930b4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/adapter-cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,14 @@ Please follow the [Get Started Guide](https://developers.cloudflare.com/pages/ge

When configuring your project settings, you must use the following settings:

* **Framework preset** – None
* **Build command**`npm run build` or `svelte-kit build`
* **Build output directory**`.svelte-kit/cloudflare`
* **Environment variables**
* `NODE_VERSION`: `16` or `14`
- **Framework preset** – None
- **Build command**`npm run build` or `svelte-kit build`
- **Build output directory**`.svelte-kit/cloudflare`
- **Environment variables**
- `NODE_VERSION`: `16` or `14`

> **Important:** You need to add a `NODE_VERSION` environment variable to both the "production" and "preview" environments. You can add this during project setup or later in the Pages project settings. SvelteKit requires Node `14.13` or later, so you should use `14` or `16` as the `NODE_VERSION` value.

## Changelog

[The Changelog for this package is available on
Expand Down

0 comments on commit 7f930b4

Please sign in to comment.