Skip to content

Commit

Permalink
Revert "templates: enable v2_routeConvention config flag by default (
Browse files Browse the repository at this point in the history
…#5693)"

This reverts commit b74dbae.
  • Loading branch information
mcansh authored Mar 10, 2023
1 parent 1d46d33 commit a83383a
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 27 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions templates/arc/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
publicPath: "/_static/build/",
server: "./server.js",
Expand Down
3 changes: 0 additions & 3 deletions templates/cloudflare-pages/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
devServerBroadcastDelay: 1000,
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
server: "./server.js",
serverBuildPath: "functions/[[path]].js",
Expand Down
3 changes: 0 additions & 3 deletions templates/cloudflare-workers/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
devServerBroadcastDelay: 1000,
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
server: "./server.js",
serverConditions: ["worker"],
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions templates/deno/remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ module.exports = {
If live reload seems slow, try to decrease the dev server broadcast delay.
*/
devServerBroadcastDelay: 300,
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
server: "./server.ts",
serverConditions: ["deno", "worker"],
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions templates/express/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
// appDirectory: "app",
// assetsBuildDirectory: "public/build",
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions templates/fly/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
// appDirectory: "app",
// assetsBuildDirectory: "public/build",
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions templates/netlify/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
server:
process.env.NETLIFY || process.env.NETLIFY_LOCAL
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions templates/remix/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
// appDirectory: "app",
// assetsBuildDirectory: "public/build",
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions templates/vercel/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
future: {
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
// When running locally in development mode, we use the built-in remix
// server. This does not understand the vercel lambda module format,
Expand Down

0 comments on commit a83383a

Please sign in to comment.