refactor: update Dockerfile and package.json to add zod dependency; improve code formatting in server.ts

This commit is contained in:
samanhappy
2025-03-31 19:42:45 +08:00
parent a61bda6ea9
commit 81d54766f6
4 changed files with 16 additions and 8 deletions

3
pnpm-lock.yaml generated
View File

@@ -17,6 +17,9 @@ importers:
express:
specifier: ^4.18.2
version: 4.21.2
zod:
specifier: ^3.24.2
version: 3.24.2
devDependencies:
'@types/express':
specifier: ^4.17.21