Hacked some shit together with Github Copilot

This commit is contained in:
Max
2025-04-22 04:21:25 +02:00
parent 66bb790238
commit 368c7b3e35
14 changed files with 624 additions and 3087 deletions

View File

@@ -1,6 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import deno from "@deno/vite-plugin";
import tailwindcss from '@tailwindcss/vite'
import "react";
import "react-dom";
@@ -18,6 +19,7 @@ export default defineConfig({
},
plugins: [
react(),
tailwindcss(),
deno(),
],
optimizeDeps: {