remix.config.js 99 B

1234
  1. /** @type {import("@remix-run/dev").AppConfig} */
  2. module.exports = {
  3. serverModuleFormat: "cjs",
  4. }