createFileRoute question
Hi,
I'm using file based routing and wonder why a path is required to the
It doesn't seem to matter what I specify as path. For example, if I set it to '/' (which is a valid path) on all my
I'm using file based routing and wonder why a path is required to the
createFileRoute method?It doesn't seem to matter what I specify as path. For example, if I set it to '/' (which is a valid path) on all my
createFileRoute, the app works just fine. I can't specify anything though, it has to be some of my valid paths to not get type(script) error though.