allowedHosts kısmına Wildcard seçeneği eklendi
This commit is contained in:
parent
88c48e2e01
commit
7f77443f24
1 changed files with 1 additions and 1 deletions
|
|
@ -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': {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue