TanStackRouterVite Configuration with tsr.config.js #1333
Unanswered
BrendanC23
asked this question in
Q&A
Replies: 1 comment
-
Is your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the
TanStackRouterVite()
and I can configure it by doing the following:However, when I move the TSR config to a
tsr.config.json
file, the Vite plugin does not detect the configuration file. Though the CLItsr generate
command does read thetsr.config.json
.Is there a straightforward way to share configuration information so that it can be read by both the CLI and the Vite plugin?
Beta Was this translation helpful? Give feedback.
All reactions