This commit is contained in:
2026-01-29 05:18:41 -08:00
parent 4c13d12938
commit 12e6fadf6e
15 changed files with 355 additions and 196 deletions
+3
View File
@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host: true,
},
})