fix(build): align server tsdown toolchain

This commit is contained in:
2026-08-04 16:25:04 +00:00
parent a428b76aed
commit 9437666767
8 changed files with 27 additions and 399 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"es-toolkit": "^1.43.0"
},
"devDependencies": {
"tsdown": "^0.18.4",
"tsdown": "^0.22.14",
"vitest": "^4.0.16"
}
}
+1 -1
View File
@@ -35,6 +35,6 @@
"@types/pg": "^8.16.0",
"dotenv": "^17.2.3",
"prisma": "^7.2.0",
"tsdown": "^0.18.4"
"tsdown": "^0.22.14"
}
}
+1 -1
View File
@@ -27,7 +27,7 @@
"zod": "^4.3.5"
},
"devDependencies": {
"tsdown": "^0.18.4",
"tsdown": "^0.22.14",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
}