Example using [Next.js Custom Server](https://nextjs.org/docs/pages/building-your-application/configuring/custom-server) with express. Made from official [examples/custom-server](https://github.com/vercel/next.js/tree/canary/examples/custom-server) from Next.js repository.
6 lines
79 B
JSON
6 lines
79 B
JSON
{
|
|
"watch": ["src/server.ts"],
|
|
"exec": "tsx src/server.ts",
|
|
"ext": "ts"
|
|
}
|