Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly set serverModuleFormat to cjs
This silences the following warning: ``` warn The default server module format is changing in v2 ┃ The default format will change from `cjs` to `esm`. ┃ You can keep using `cjs` by explicitly specifying `serverModuleFormat: 'cjs'`. ┃ You can opt-in early to this change by explicitly specifying `serverModuleFormat: 'esm'` ┃ -> https://remix.run/docs/en/v1.16.0/pages/v2#servermoduleformat ┗ ```
- Loading branch information