From 69f0d1928129afd51952d86b27840f5ca2505ccb Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 19 Jul 2025 14:03:56 +0000 Subject: [PATCH] chore(root): update onlyBuiltDependencies to include @parcel/watcher, esbuild, and workerd --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c6553c2b..cbe874c9 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,11 @@ "@types/tail": "patches/@types__tail.patch" }, "onlyBuiltDependencies": [ + "@parcel/watcher", + "esbuild", "sharp", - "svelte-preprocess" + "svelte-preprocess", + "workerd" ] } }