---初始化后台管理web页面项目
This commit is contained in:
15
tests/server/README.md
Normal file
15
tests/server/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Test Server
|
||||
|
||||
It is used to start the test interface service, which can test the upload, websocket, login and other interfaces.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
|
||||
cd ./test/server
|
||||
|
||||
pnpm install
|
||||
|
||||
pnpm run start
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user