This commit is contained in:
lzx 2025-08-08 10:32:40 +08:00
parent 927bfa198c
commit 982d14a469
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# start # start
``` ```
npm install npm install
npm run start --${port} // default: 12345 npm run start ${port} // default: 12345
``` ```
# api # api