disable helmet and add esbuild

This commit is contained in:
Milo Schwartz
2024-10-06 11:13:50 -04:00
parent 282203d9f2
commit 3c69acaab7
12 changed files with 139 additions and 68 deletions

View File

@@ -3,47 +3,47 @@
@tailwind utilities;
@layer base {
:root {
--background: 30 21% 95%;
--foreground: 30 5% 10%;
--card: 30 21% 90%;
--card-foreground: 30 5% 15%;
--popover: 30 21% 95%;
--popover-foreground: 30 95% 10%;
--primary: 30 22% 47%;
--background: 28.4 100% 100%;
--foreground: 28.4 5% 10%;
--card: 28.4 50% 100%;
--card-foreground: 28.4 5% 15%;
--popover: 28.4 100% 100%;
--popover-foreground: 28.4 100% 10%;
--primary: 28.4 72.5% 25.7%;
--primary-foreground: 0 0% 100%;
--secondary: 30 21% 72%;
--secondary: 28.4 30% 90%;
--secondary-foreground: 0 0% 0%;
--muted: -8 21% 85%;
--muted-foreground: 30 5% 40%;
--accent: -8 21% 80%;
--accent-foreground: 30 5% 15%;
--destructive: 0 50% 50%;
--destructive-foreground: 30 5% 90%;
--border: 30 21% 72%;
--input: 30 21% 50%;
--ring: 30 22% 47%;
--muted: -9.600000000000001 30% 95%;
--muted-foreground: 28.4 5% 40%;
--accent: -9.600000000000001 30% 90%;
--accent-foreground: 28.4 5% 15%;
--destructive: 0 100% 50%;
--destructive-foreground: 28.4 5% 100%;
--border: 28.4 30% 82%;
--input: 28.4 30% 50%;
--ring: 28.4 72.5% 25.7%;
--radius: 0rem;
}
.dark {
--background: 30 21% 10%;
--foreground: 30 5% 90%;
--card: 30 21% 10%;
--card-foreground: 30 5% 90%;
--popover: 30 21% 5%;
--popover-foreground: 30 5% 90%;
--primary: 30 22% 47%;
--background: 28.4 50% 10%;
--foreground: 28.4 5% 100%;
--card: 28.4 50% 10%;
--card-foreground: 28.4 5% 100%;
--popover: 28.4 50% 5%;
--popover-foreground: 28.4 5% 100%;
--primary: 28.4 72.5% 25.7%;
--primary-foreground: 0 0% 100%;
--secondary: 30 21% 20%;
--secondary: 28.4 30% 20%;
--secondary-foreground: 0 0% 100%;
--muted: -8 21% 25%;
--muted-foreground: 30 5% 65%;
--accent: -8 21% 25%;
--accent-foreground: 30 5% 90%;
--destructive: 0 50% 50%;
--destructive-foreground: 30 5% 90%;
--border: 30 21% 50%;
--input: 30 21% 50%;
--ring: 30 22% 47%;
--muted: -9.600000000000001 30% 25%;
--muted-foreground: 28.4 5% 65%;
--accent: -9.600000000000001 30% 25%;
--accent-foreground: 28.4 5% 95%;
--destructive: 0 100% 50%;
--destructive-foreground: 28.4 5% 100%;
--border: 28.4 30% 50%;
--input: 28.4 30% 50%;
--ring: 28.4 72.5% 25.7%;
--radius: 0rem;
}
}