rsnext/test/integration/react-streaming-and-server-components/switchable-runtime/pages
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
..
api Re-introduce Edge API Endpoints (#37481) 2022-06-13 11:17:44 -07:00
_app.js Keep custom app as non server component (#37044) 2022-05-20 18:07:20 +00:00
edge-rsc.server.js Fix hydration issue in the switchable runtime tests (#35616) 2022-03-27 01:02:17 +00:00
edge.js Fix hydration issue in the switchable runtime tests (#35616) 2022-03-27 01:02:17 +00:00
node-rsc-isr.server.js Initial implementation of statically optimized flight data of server component pages (#35619) 2022-04-01 16:13:38 +00:00
node-rsc-ssg.server.js Initial implementation of statically optimized flight data of server component pages (#35619) 2022-04-01 16:13:38 +00:00
node-rsc-ssr.server.js Initial implementation of statically optimized flight data of server component pages (#35619) 2022-04-01 16:13:38 +00:00
node-rsc.server.js rsc: keep static page props (#36157) 2022-04-14 14:35:09 +00:00
node-ssg.js Fix hydration issue in the switchable runtime tests (#35616) 2022-03-27 01:02:17 +00:00
node-ssr.js Fix hydration issue in the switchable runtime tests (#35616) 2022-03-27 01:02:17 +00:00
node.js Initial implementation of statically optimized flight data of server component pages (#35619) 2022-04-01 16:13:38 +00:00
static.js Fix hydration issue in the switchable runtime tests (#35616) 2022-03-27 01:02:17 +00:00