Coder Social home page Coder Social logo

Comments (3)

raskyer avatar raskyer commented on July 27, 2024

Is there any update ?

from v1-compat-utils.

brophdawg11 avatar brophdawg11 commented on July 27, 2024

Can you provide a reproduction? This works fine for me on a brand new app, you can see in the logs that I created a new file and it was picked up in 91ms.

Here's the remix.confg.js:

const { createRoutesFromFolders } = require("@remix-run/v1-route-convention");

/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
  ignoredRouteFiles: ["**/*"],
  serverModuleFormat: "cjs",
  future: {
    v2_dev: false,
    v2_errorBoundary: true,
    v2_headers: true,
    v2_meta: true,
    v2_normalizeFormMethod: true,
    v2_routeConvention: true,
  },
  routes: (defineRoutes) => createRoutesFromFolders(defineRoutes),
};
> remix dev


 💿  remix dev

 warn  The `remix dev` changing in v2
┃ You can use the `v2_dev` future flag to opt-in early.
┃ -> https://remix.run/docs/en/main/pages/v2#dev-server
┗
💿 Building...
💿 Rebuilt in 175ms
Remix App Server started at http://localhost:3000 (http://10.0.0.251:3000)
GET / 200 - - 55.512 ms
💿 File created: app/routes/page.tsx
💿 Rebuilding...
💿 Rebuilt in 91ms
GET / 200 - - 4.885 ms
GET /page 200 - - 11.220 ms

from v1-compat-utils.

brophdawg11 avatar brophdawg11 commented on July 27, 2024

I'm going to close this out due to the lack of a reproduction but if you can prepare one please let us know and we'll get this opened back up. Thanks!

from v1-compat-utils.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.