file uploads and bug fixes

This commit is contained in:
Zoe
2025-09-14 20:48:02 -05:00
parent 7fca00698a
commit 4ddc5c526b
17 changed files with 895 additions and 142 deletions

View File

@@ -6,7 +6,7 @@ import { webSocketServer } from './src/websocket.ts';
export default defineConfig({
plugins: [tailwindcss(), sveltekit(), webSocketServer],
server: {
allowedHosts: ['.trycloudflare.com'],
allowedHosts: true,
},
ssr: {
// ts-mls is problematic, make vite bundle it