Guest User

Untitled

a guest
Nov 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. "scripts": {
  2. "start:local": "NODE_ENV=development APP_ENV=local your-start-script",
  3. "start:staging": "NODE_ENV=production APP_ENV=staging your-start-script",
  4. "start:live": "NODE_ENV=production APP_ENV=live your-start-script",
  5. }
Add Comment
Please, Sign In to add comment