rsnext/test/production
JJ Kasper 769d68047b
Ensure conf type for createServer is not changed (#32134)
This reverts the type for the `conf` field in `ServerOptions` isn't changed to require all `NextConfig` values as this is a breaking change from what was previously required. We should investigate making sure this field is normalized when it is provided via a user. 

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

Fixes: https://github.com/vercel/next.js/issues/32123
x-ref: https://github.com/vercel/next.js/pull/31858
2021-12-04 22:57:54 +00:00
..
middleware-typescript Fix middleware types with skipLibCheck: false (#32025) 2021-12-02 18:49:49 +00:00
required-server-files Fix missing trace items and migrate required files test (#29649) 2021-10-05 13:52:19 -05:00
required-server-files-i18n.test.ts Remove .only and ensure jest lint rules apply for all tests (#31456) 2021-11-15 12:46:12 -06:00
required-server-files.test.ts Add initial standalone build handling (#31003) 2021-11-09 11:03:20 -06:00
typescript-basic.test.ts Ensure conf type for createServer is not changed (#32134) 2021-12-04 22:57:54 +00:00