Skip to content

Commit

Permalink
error page
Browse files Browse the repository at this point in the history
  • Loading branch information
kazirafi71 committed May 9, 2021
1 parent b985de8 commit fb4547a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"

"server":"nodemon server.js",
"client":"npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""



Expand Down

0 comments on commit fb4547a

Please sign in to comment.