forked from baron/baron-sso
fix: add new staging domains and IP to redirect URIs and vite allowedHosts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user