allowedHosts (ui100)

This commit is contained in:
Michael Quigley
2025-01-27 16:50:39 -05:00
parent ffe279bcc9
commit 0d535181f4

View File

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