Compare commits

...

2 Commits

Author SHA1 Message Date
wyw
647e900a5d Merge branch 'main' of http://47.122.43.22:3000/ykx/demo-sps-web 2024-12-26 10:56:29 +08:00
wyw
32ad8cb62c 2134 2024-12-26 10:56:24 +08:00

View File

@ -1,11 +1,7 @@
{
"private": true,
"scripts": {
"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",
"start": "set PORT=5001 && 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"
},