aboutsummaryrefslogtreecommitdiff
path: root/bench/install/remix.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'bench/install/remix.config.js')
-rw-r--r--bench/install/remix.config.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/bench/install/remix.config.js b/bench/install/remix.config.js
new file mode 100644
index 000000000..a1a396661
--- /dev/null
+++ b/bench/install/remix.config.js
@@ -0,0 +1,14 @@
+/** @type {import('@remix-run/dev').AppConfig} */
+module.exports = {
+ ignoredRouteFiles: ["**/.*"],
+ // appDirectory: "app",
+ // assetsBuildDirectory: "public/build",
+ // serverBuildPath: "build/index.js",
+ // publicPath: "/build/",
+ future: {
+ v2_errorBoundary: true,
+ v2_meta: true,
+ v2_normalizeFormMethod: true,
+ v2_routeConvention: true,
+ },
+};