Updated vite.config.ts
This commit is contained in:
@ -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',
|
||||
],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user