From 34cd43332b95231ce5aaf31b4e169de698e39e84 Mon Sep 17 00:00:00 2001 From: Keiran Date: Sun, 28 Sep 2025 10:52:05 +0100 Subject: [PATCH] Initial commit --- bun.lock | 3 +++ package.json | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 26c89d3..1529669 100644 --- a/bun.lock +++ b/bun.lock @@ -19,6 +19,9 @@ }, }, }, + "trustedDependencies": [ + "@tailwindcss/oxide", + ], "packages": { "@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="], diff --git a/package.json b/package.json index 562761f..3fa3b7b 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,8 @@ "@tailwindcss/postcss": "^4", "tailwindcss": "^4", "@biomejs/biome": "2.2.0" - } + }, + "trustedDependencies": [ + "@tailwindcss/oxide" + ] }