feat(server.tests.test5): 新增 server 实验5

This commit is contained in:
2025-11-18 13:35:30 +08:00
parent 84b4770d5a
commit d0acf5a36d
9 changed files with 1095 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "test5",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"mysql2": "^3.15.3"
}
}