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
// if it starts with %PUBLIC%, someone's migrating from something
101
-
// like create-react-app
102
-
leterrorMessage: string
103
-
if(req.url?.startsWith('/%PUBLIC')){
104
-
errorMessage=`index.html shouldn't include environment variables like %PUBLIC_URL%, see https://vitejs.dev/guide/#index-html-and-project-root for more information`
105
-
}else{
106
-
errorMessage=`Vite encountered a suspiciously malformed request ${req.url}`
0 commit comments