allowedHosts kısmına Wildcard seçeneği eklendi

This commit is contained in:
Sedat ÖZTÜRK 2025-08-12 17:05:11 +03:00
parent 88c48e2e01
commit 7f77443f24

View file

@ -65,7 +65,7 @@ export default defineConfig(async ({ mode }) => {
host: '0.0.0.0',
port: 80,
open: false,
allowedHosts,
allowedHosts: ['localhost', '.sozsoft.com'],
},
define: {
'process.env': {},