Skip to content

Commit

Permalink
use vercel fork (#239)
Browse files Browse the repository at this point in the history
* use vercel fork

* use latest next-on-pages-vercel-cli

* fix unit tests

Co-authored-by: James <[email protected]>

* tweak vites dev-dependecy

* run prettier:fix

* fix types

* run prettier:fix

* address PR comments

* update next-on-pages-vercel-cli version

---------

Co-authored-by: James <[email protected]>
  • Loading branch information
dario-piotrowicz and james-elicx authored May 16, 2023
1 parent e053756 commit 39cfa74
Show file tree
Hide file tree
Showing 5 changed files with 25,731 additions and 9,932 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ Then in a separate terminal run:
npx wrangler pages dev .vercel/output/static --compatibility-flag=nodejs_compat
```

### Install `@cloudflare/next-on-pages` and vercel (optional)

To speed up local development (especially the refresh speed when running in watch mode) you can optionally choose to install `@cloudflare/next-on-pages` and `vercel` as dev dependencies of your project:

```sh
npm install -D @cloudflare/next-on-pages vercel
```

## Examples

To see some examples on how to use Next.js features with `@cloudflare/next-on-pages`, see the [Examples document](./docs/examples.md).
Expand Down
Loading

0 comments on commit 39cfa74

Please sign in to comment.