'Having problems with deploying Vite React app on Heroku
Solution 1:[1]
Easiest way is to create a start script and put the command you want to run in production.
If you want the same command, put the 'dev' script's code in 'start' script
As 'dev' script contains command for development and 'start' should contain production script.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Arjit Tiwari |

