mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
chore: add pnpm configuration for only built dependencies in package.json
This commit is contained in:
parent
99e667f3f9
commit
3b345e7091
1 changed files with 12 additions and 0 deletions
|
|
@ -176,5 +176,17 @@
|
|||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue