Layout scaffolding for Web apps.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

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