From fe3a42fd3868d8106fcdb37bf8618800004d53eb Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 22 Feb 2026 11:12:25 -0800 Subject: [PATCH] =?UTF-8?q?chore(fontend-standalone-both):=20=F0=9F=94=A7?= =?UTF-8?q?=20Update=20build=20scripts=20for=20optimized=20standalone=20fr?= =?UTF-8?q?ontend=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../landing/frontend-standalone/.vite-cache/deps/package.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 features/landing/frontend-standalone/.vite-cache/deps/package.json diff --git a/features/landing/frontend-standalone/.vite-cache/deps/package.json b/features/landing/frontend-standalone/.vite-cache/deps/package.json new file mode 100644 index 000000000..3dbc1ca59 --- /dev/null +++ b/features/landing/frontend-standalone/.vite-cache/deps/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +}