You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been integrating Vite + Vue with Litestar using this plugin – super helpful, thanks!
I realized that it puts all the Vite-related assets (like vite.config.js, package.json, node_modules) right in the project root. I'm trying to keep my frontend stuff, including configs and dependencies, in a separate folder and couldn't find options in the docs to change these paths.
I've been integrating Vite + Vue with Litestar using this plugin – super helpful, thanks!
I realized that it puts all the Vite-related assets (like vite.config.js, package.json, node_modules) right in the project root. I'm trying to keep my frontend stuff, including configs and dependencies, in a separate folder and couldn't find options in the docs to change these paths.
The goal would be to have a structure like this:
instead of this:
Cheers,
Niklas
The text was updated successfully, but these errors were encountered: