AllenYuan

npm run dev

May 6th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.15 KB | None | 0 0
  1. //...
  2.   "scripts": {
  3.     "start": "node ./app.js",
  4.     "dev": "nodemon ./app.js",
  5.     "test": "echo \"Error: no test specified\" && exit 1"
  6.   },
  7. //...
Advertisement
Add Comment
Please, Sign In to add comment