From 14bd4d4fc8972ff3b3817b8b283a709d1be6c5c8 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Sat, 31 Jan 2026 18:02:59 +0100 Subject: [PATCH] chore(astro): Remove unused "hotload" dir This seems to be carried over from the community package and is not being used for a while now. When the package is built, `dist/hotload.js` does not exist. --- packages/astro/hotload/package.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 packages/astro/hotload/package.json diff --git a/packages/astro/hotload/package.json b/packages/astro/hotload/package.json deleted file mode 100644 index 1c7b905ace4..00000000000 --- a/packages/astro/hotload/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "../dist/hotload.js" -}