chore: update Docker configuration to include pnpm workspace and refine dependency management

This commit is contained in:
Anish Sarkar 2026-05-11 15:31:24 +05:30
parent 3b345e7091
commit 83e40c5aea
4 changed files with 13 additions and 14 deletions

View file

@ -176,17 +176,5 @@
"tsx": "^4.20.6",
"typescript": "^5.8.3",
"vite": "^7.3.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@rocicorp/zero-sqlite3",
"@swc/core",
"core-js",
"esbuild",
"protobufjs",
"sharp",
"unrs-resolver"
]
}
}