Compare commits

..

No commits in common. "647e900a5d70ec4a6011a9d1b272f8c414fb1539" and "ed3bdc46b2d70b5205cf3a679ba848ccdcfe669c" have entirely different histories.

View File

@ -1,7 +1,11 @@
{
"private": true,
"scripts": {
"start": "set PORT=5001 && cross-env ESLINT=none roadhog server",
"start": "set PORT=8000 && cross-env ESLINT=none roadhog server",
"startlyyl": "set PORT=8002 && cross-env ESLINT=none roadhog server",
"startdcjd": "set PORT=8003 && cross-env ESLINT=none roadhog server",
"startlyxt": "set PORT=8004 && cross-env ESLINT=none roadhog server",
"startgxbb": "set PORT=8005 && cross-env ESLINT=none roadhog server",
"build": "cross-env ESLINT=none roadhog build",
"build:report": "cross-env ESLINT=none NODE_ENV=production ANALYZE=true roadhog build"
},