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 Heroku runs your start script to setup it will start an Express server but I'm not sure it will build the dist folder to be served - you might want to chain the two commands together parcel build index.html && node src/index.js
The text was updated successfully, but these errors were encountered:
Brickworks-Tollington_Project/package.json
Line 8 in 913516a
If Heroku runs your start script to setup it will start an Express server but I'm not sure it will build the
dist
folder to be served - you might want to chain the two commands togetherparcel build index.html && node src/index.js
The text was updated successfully, but these errors were encountered: