chore: allow esbuild build dependency

This commit is contained in:
湛兮
2026-06-04 14:56:28 +08:00
parent 98cea63203
commit bb5c53c930
+5
View File
@@ -36,5 +36,10 @@
"@types/node": "^25.9.1",
"tsx": "^4.22.3",
"typescript": "^6.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}