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
fix(tools): dev-server for 3rd party packages (#12631)
If a third-party package includes a Vite configuration file in its `config` folder, the configuration path was not being passed correctly because `process.argv` did not contain the necessary information.
This PR fixes the issue by ensuring that environment variables are always treated as strings, since in some cases they were being passed in their original (non-string) types.
0 commit comments