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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: