allowedHosts (ui100)

This commit is contained in:
Michael Quigley 2025-01-27 16:50:39 -05:00
parent ffe279bcc9
commit 0d535181f4
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -10,6 +10,9 @@ export default defineConfig({
target: 'http://localhost:18080',
changeOrigin: true,
}
}
},
allowedHosts: [
".share.zrok.io"
]
}
})