#How to generate routes using vite plugin without starting vite dev server?
6 messages · Page 1 of 1 (latest)
router as a CLI as well
but why not keep the dev server running?
that's what we recommend
yeah i took a look at the cli - probably what I'm looking for.
usually i keep the dev server running but it's running as part of a multi-step process (electron app) so there are many occasions where I shut it down indirectly
i have this inconvenience for other vite plugins that generate files so i was hoping that there was some vite subcommand that I could invoke to hook into the work done while in dev mode 😅