Layout scaffolding for Web apps.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

16 řádky
396 B

  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. };