Updated vite.config.ts

This commit is contained in:
2026-01-02 13:43:43 -06:00
parent 5b751c2907
commit fd60f74d4a

View File

@ -11,6 +11,13 @@ export default defineConfig({
},
server: {
host: true,
port: 5173,
port: 80,
allowedHosts: [
'localhost',
'.letsgetnashty.com',
'h2h.host.letsgetnashty.com',
'h2h-backend.host.letsgetnashty.com',
'h2h-frontend.host.letsgetnashty.com',
],
},
})