You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pm2 start lite-server -- -baseDir="dist" -- port 8000 ,but it doesn't work and the service is still enabled from the default port 3000,But I use pm2 start lite-server -- -baseDir="dist" -c dist/bs-config.json, which can be used。please help me,thank you !
Environment
lite-server version: 2.4
nodejs version: 8.11.3
npm version:5.6.0
OS type/version:
The text was updated successfully, but these errors were encountered:
I use
pm2 start lite-server -- -baseDir="dist" -- port 8000
,but it doesn't work and the service is still enabled from the default port 3000,But I usepm2 start lite-server -- -baseDir="dist" -c dist/bs-config.json
, which can be used。please help me,thank you !Environment
lite-server
version: 2.4nodejs
version: 8.11.3npm
version:5.6.0The text was updated successfully, but these errors were encountered: