#How to use only certain files as routes?
2 messages · Page 1 of 1 (latest)
already tried but index.tsx file is not beign recognized
tanstackStart({
router: {
routeFileIgnorePrefix: "", routeFileIgnorePattern: "^(?!(__root\\.tsx|index\\.tsx|route\\.tsx)$).*$",
},
}),