Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't pass args to vite from the command line #126

Open
matthew-ia opened this issue Mar 3, 2023 · 0 comments
Open

Can't pass args to vite from the command line #126

matthew-ia opened this issue Mar 3, 2023 · 0 comments
Labels
bug Something isn't working quality of life
Milestone

Comments

@matthew-ia
Copy link
Owner

I want to be able to add flags to vite dev, like npm run dev -- --host, but cayo doesn't seem to pass those down 👎

Because Vite is run programmatically, and not as the cli, I'm not sure if we need to read each arg and pass it down to the proper config option if there even is one for each thing. I would also like to see Vite updated, with support for stuff like runtime commands (like "press o to open"). May need to look into how Svelte Kit actually runs Vite—it feels more seamless over there.

@matthew-ia matthew-ia added the bug Something isn't working label Mar 3, 2023
@matthew-ia matthew-ia added this to the Next milestone May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quality of life
Projects
None yet
Development

No branches or pull requests

1 participant