What is the best way to get all the routes and components of a svelte codebase? #8509
Answered
by
eltigerchino
switchupcb
asked this question in
Q&A
-
For example, you can find all routes by searching the |
Beta Was this translation helpful? Give feedback.
Answered by
eltigerchino
Jan 15, 2023
Replies: 1 comment
-
You can search for |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
switchupcb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can search for
+page
to find routes and maybe some kind of search with .svelte that also filters out the +page and +layout files so it only shows components