feat: add admin dashboard

This commit is contained in:
2026-04-29 09:44:57 -04:00
parent e319a5d092
commit baf7a497eb
11 changed files with 939 additions and 67 deletions

View File

@@ -2,6 +2,7 @@ import { defineConfig } from "vite";
import preact from "@preact/preset-vite";
export default defineConfig({
base: "/app/",
plugins: [preact()],
build: {
outDir: "dist",