[34mℹ[39m [90m「wds」[39m: Project is running at http://localhost:47627/
2020-03-09T15:02:19.370628+00:00 app[web.1]: [34mℹ[39m [90m「wds」[39m: webpack output is served from /
2020-03-09T15:02:19.370747+00:00 app[web.1]: [34mℹ[39m [90m「wds」[39m: Content not from webpack is served from /app
2020-03-09T15:02:24.227741+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2020-03-09T15:02:24.227741+00:00 heroku[web.1]: Stopping process with SIGKILL
2020-03-09T15:02:24.454880+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-09T15:02:24.434525+00:00 heroku[web.1]: Process exited with status 137
"heroku-dev": "npm i -dev",
"wbuild": "webpack --mode production",
"wstart": "webpack-dev-server --mode development --hot --open --port $PORT",
web: npm run heroku-dev && npm run wbuild && npm run wstart
I looked around the internet, but couldn't find anything