chore(root): update onlyBuiltDependencies to include @parcel/watcher, esbuild, and workerd

This commit is contained in:
Ben Allfree 2025-07-19 14:03:56 +00:00
parent fdbd6bb275
commit 69f0d19281

View File

@ -32,8 +32,11 @@
"@types/tail": "patches/@types__tail.patch" "@types/tail": "patches/@types__tail.patch"
}, },
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp", "sharp",
"svelte-preprocess" "svelte-preprocess",
"workerd"
] ]
} }
} }