wip: cloud stuff

This commit is contained in:
Dax Raad
2025-08-15 19:29:24 -04:00
parent ab04ce97f6
commit 80233149c6
29 changed files with 2072 additions and 220 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from "@solidjs/start/config"
export default defineConfig({
vite: {
server: {
allowedHosts: true,
},
},
})