1
0
forked from baron/baron-sso

production 푸시 초안

This commit is contained in:
2026-06-18 11:02:48 +09:00
parent 33249eb229
commit a56d68896f
37 changed files with 3573 additions and 114 deletions

View File

@@ -26,6 +26,7 @@ export default defineConfig(
},
server: {
host: "127.0.0.1",
port: 5174,
allowedHosts,
proxy: {
"/api": {
@@ -36,7 +37,7 @@ export default defineConfig(
},
preview: {
host: "127.0.0.1",
port: 5173,
port: 5174,
allowedHosts,
proxy: {
"/api": {