auto generated router is global ? or how import different router folder ? #422
Unanswered
wildwind123
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
I imagine you could setup typescript per app in order to scope the types to each app. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
in multi page app
https://vitejs.dev/guide/build#multi-page-app
in entrypoint js can config like this in non file based routing
in this case i can setting separate router logic in every entrypoint
in file based get from global autogenerated file
like this
and i cant setting separate router logic like in non file based routing.
Beta Was this translation helpful? Give feedback.
All reactions