This UI is really damn easy to replicate

This commit is contained in:
MotorTruck1221
2025-03-18 01:17:56 -06:00
parent a57072d6f8
commit a972e43c2c
7 changed files with 752 additions and 4 deletions
+2
View File
@@ -3,6 +3,7 @@ import type { Plugin } from 'vite';
import wisp from "wisp-server-node";
import node from '@astrojs/node';
import tailwindcss from '@tailwindcss/vite';
import icon from "astro-icon";
const viteWispServer = (): Plugin => {
return {
@@ -23,6 +24,7 @@ export default defineConfig({
viteWispServer()
]
},
integrations: [icon()],
output: 'server',
adapter: node({
mode: 'middleware'