overhaul styling

This commit is contained in:
Dominic Ferrando
2025-09-20 10:41:18 -04:00
parent 13107f7e0e
commit 12ab05cfee
5 changed files with 249 additions and 348 deletions
+2 -6
View File
@@ -1,11 +1,7 @@
import tailwindcss from "@tailwindcss/vite";
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
server: {
host: '0.0.0.0',
port: 8080,
allowedHosts: ["blade-and-brawn.fly.dev"]
}
plugins: [tailwindcss(), sveltekit()],
});