vue-vben-admin/apps/test-server
shixi b7944690d1
fix(typo): fileservice class name (#3625)
我觉得这是个错误的名字
2024-02-22 16:05:07 +08:00
..
controller perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
service fix(typo): fileservice class name (#3625) 2024-02-22 16:05:07 +08:00
ecosystem.config.cjs feat(deps): update vite version to 5.x (#3508) 2024-01-06 09:19:52 +08:00
index.ts perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
nodemon.json perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
package.json fix(test-server): test-server can not lanuch (#3554) 2024-01-19 09:34:18 +08:00
README.md perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
routes.ts perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
tsconfig.json perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
utils.ts perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00

Test Server

It is used to start the test interface service, which can test the upload, websocket, login and other interfaces.

Usage


cd ./test/server

pnpm install

pnpm run start