add pnpm configuration for built dependencies

This commit is contained in:
arabcoders 2025-08-24 17:14:06 +03:00
parent 1624fc0ee4
commit 32bebcaf46

View file

@ -28,5 +28,11 @@
"vue": "^3.5.19",
"vue-router": "^4.5.1",
"vue-toastification": "2.0.0-rc.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"@parcel/watcher"
]
}
}