Layout scaffolding for Web apps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. /** @type {import('@remix-run/dev').AppConfig} */
  2. module.exports = {
  3. ignoredRouteFiles: ["**/.*"],
  4. // appDirectory: "app",
  5. // assetsBuildDirectory: "public/build",
  6. // serverBuildPath: "build/index.js",
  7. // publicPath: "/build/",
  8. future: {
  9. v2_errorBoundary: true,
  10. v2_meta: true,
  11. v2_normalizeFormMethod: true,
  12. v2_routeConvention: true,
  13. unstable_tailwind: true,
  14. },
  15. };