You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ls app/routes.*
app/routes.mjs
$ node --run dev
Error: Route config file not found at "app/routes.ts".
at createConfigLoader (/tmp/test/node_modules/@react-router/dev/dist/vite.js:486:11)
at createContext2 (/tmp/test/node_modules/@react-router/dev/dist/vite.js:775:24)
at watch (/tmp/test/node_modules/@react-router/dev/dist/vite.js:750:15)
The text was updated successfully, but these errors were encountered:
I'm using React Router as a...
framework
Reproduction
react-router/packages/react-router-dev/config/config.ts
Line 740 in 228b17e
System Info
Used Package Manager
npm
Expected Behavior
app/routes.mjs
is allowed.Actual Behavior
The text was updated successfully, but these errors were encountered: