Skip to content

Commit 984627a

Browse files
authored
Remove all custom server integration examples (vercel#42549)
Fixes @leerob's comment vercel#42110 (comment) ~~Deprecated~~ Removed all custom server integration examples (Express, Fastify, etc.) in favour of the main `custom-server` example, ~~and left behind a helpful `README.md` in case they might be linked to.~~ ## Documentation / Examples - [X] Make sure the linting passes by running `pnpm build && pnpm lint` - [X] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
1 parent a9f7998 commit 984627a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1
-1825
lines changed

docs/advanced-features/custom-server.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ description: Start a Next.js app programmatically using a custom server.
77
<details>
88
<summary><b>Examples</b></summary>
99
<ul>
10-
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-express">Express integration</a></li>
11-
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-hapi">Hapi integration</a></li>
12-
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-koa">Koa integration</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server">Custom Server</a></li>
1311
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/ssr-caching">SSR Caching</a></li>
1412
</ul>
1513
</details>

examples/custom-server-actionhero/.gitignore

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/custom-server-actionhero/README.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

examples/custom-server-actionhero/actions/render.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/custom-server-actionhero/config/api.js

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)