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
Hi @odahcam, sorry for the delay. I think it would absolutely make sense to expose this type to the user but it isn't as easy as I though as I'm struggling with type definition generation. I guess I could just write types by hand as the API isn't changing that much nowadays but I'm not a big fan of this idea because code would no longer be the source of truth for the type declaration file.
I'll look into it a little bit more and I'll try to come back with something!
Currently I'm creating
inlineConfig
only if I have certain given environment variables:Without
ViteConfig
TS complains about my inline config object.The text was updated successfully, but these errors were encountered: