1
0
forked from baron/baron-sso

fix: add new staging domains and IP to redirect URIs and vite allowedHosts

This commit is contained in:
2026-03-19 09:31:46 +09:00
parent ff37ad918a
commit caa1152268
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ export default defineConfig({
plugins: [react()],
server: {
host: "0.0.0.0", // Ensure binding to all interfaces
allowedHosts: ["sdev.hmac.kr", "localhost"],
allowedHosts: ["sdev.hmac.kr", "localhost", "172.16.10.176"],
proxy: {
"/api": {
target: process.env.API_PROXY_TARGET || "http://localhost:3000",