I have converted my react ts app to react vite ts app. The app works well in development but the build is not working. I have followed the steps to convert react app to vite react app. The app is wworking well in development but when i create a production build , the build is getting created but when i serve the build i got a white screen and error message in console
I have tried some suggestion from vite and other links but not able to resolve this issue