Add prebuilt frontend

This commit is contained in:
Jack Kingsman
2026-03-14 23:05:57 -07:00
parent 0881998e5b
commit cf1a55e258
48 changed files with 5292 additions and 47 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build && vite build --outDir prebuilt",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",