Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 556 Bytes

ROUTES.md

File metadata and controls

10 lines (7 loc) · 556 Bytes

Routes

Routes in this project are managed using file-based routing with @tanstack/react-router. Using the it's vite expansion, if you are running the project in dev, the auto-generated src/routeTree.gen.ts will be updated automatically.

You should not update the src/routeTree.gen.ts manually. If the file did not update, you can run the command

npm run route-gen

If you would like to store other files or directories within the src/routes directory, prepend the directory/file name with "-".