rsnext/test/production/custom-server
Shu Ding c7e5d76717
Fix custom server React resolution with app dir and pages both presented (#49805)
If running Next.js in the custom server with both app and pages directories presented, a standalone server needs to serve all traffic and the server running in main thread should be a no-op. (cc @ijjk).

Fixes the problem described here: https://github.com/vercel/next.js/issues/49355#issuecomment-1537536063.
2023-05-18 01:31:43 +00:00
..
app Fix custom server React resolution with app dir and pages both presented (#49805) 2023-05-18 01:31:43 +00:00
pages Fix custom server React resolution with app dir and pages both presented (#49805) 2023-05-18 01:31:43 +00:00
custom-server.test.ts Fix custom server React resolution with app dir and pages both presented (#49805) 2023-05-18 01:31:43 +00:00
server.js Fix standalone mode with appDir running in a single process (#49116) 2023-05-04 05:55:05 +02:00