From 88b9beb19fb131d22f2eb6d921062a55e214cd96 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 10 Sep 2025 09:37:51 +0200 Subject: [PATCH] Remove variable purging from purgecss --- .idea/workspace.xml | 42 ++- package-lock.json | 281 ++++++++++++++++++ package.json | 1 + postcss.config.js | 12 +- .../api/keystatic/[...params]/route.ts | 0 .../keystatic/[[...params]]/page.tsx | 0 .../keystatic/keystatic.ts | 0 .../{(admin) => _admin}/keystatic/layout.tsx | 0 8 files changed, 319 insertions(+), 17 deletions(-) rename src/app/{(admin) => _admin}/api/keystatic/[...params]/route.ts (100%) rename src/app/{(admin) => _admin}/keystatic/[[...params]]/page.tsx (100%) rename src/app/{(admin) => _admin}/keystatic/keystatic.ts (100%) rename src/app/{(admin) => _admin}/keystatic/layout.tsx (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 05ad2b2..db1238c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,15 +4,14 @@