rsnext/test/integration/react-streaming-and-server-components/switchable-runtime
Gal Schlezinger b62bb97b6f
Re-introduce Edge API Endpoints (#37481)
* Re-introduce Edge API Endpoints

This reverts commit 210fa39961, and
re-introduces Edge API endpoints as a possible runtime selection in API
endpoints.

This is done by exporting a `config` object:

```ts
export config = { runtime: 'edge' }
```

Note: `'edge'` will probably change into `'experimental-edge'` to show
that this is experimental and the API might change in the future.

* Support `experimental-edge`, but allow `edge` too

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-13 11:17:44 -07:00
..
pages Re-introduce Edge API Endpoints (#37481) 2022-06-13 11:17:44 -07:00
utils Fix hydration issue in the switchable runtime tests (#35616) 2022-03-27 01:02:17 +00:00
next.config.js Update repo to use react 18 by default (#35888) 2022-04-05 21:51:47 +00:00
package.json Update repo to use react 18 by default (#35888) 2022-04-05 21:51:47 +00:00
pages-manifest.json Revert "Revert "Make concurrent features independent from the global runtime option"" (#35490) 2022-03-26 00:05:35 +01:00