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
Yes you can, but it's not recommended as budo is a development server, not intended for production. It watches and builds your files, then serves the built bundle. Whenever you deploy your app to Heroku, the service will restart anyways and therefor the watch functionality wont serve any purpose.
Also, if you only want to serve a static page, then Heroku might be a bit overkill. I suggest that you build the the bundle with your build-script, and then deploy it on a static web server, such as surge.
Can I deploy budo to heroku?
Here is my package.json
The text was updated successfully, but these errors were encountered: