chore: 启动端口号改回8888 (#3278)

This commit is contained in:
RUNZE LU 2021-12-27 16:26:58 +08:00 committed by GitHub
parent 13846fb4e2
commit aa2d2fb995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"serve": "fis3 server start --www ./public --port 8000 --no-daemon --no-browse",
"serve": "fis3 server start --www ./public --port 8888 --no-daemon --no-browse",
"start": "concurrently --restart-tries -1 npm:serve npm:dev",
"update-snapshot": "jest --updateSnapshot",
"stop": "fis3 server stop",