This commit is contained in:
2025-04-13 14:40:41 +08:00
parent 2201147ccc
commit a1e71a6a79
20 changed files with 1738 additions and 1794 deletions

7
server/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"dependencies": {
"chalk": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.21.2"
}
}