1
0
forked from baron/baron-sso

API 클라이언트 및 개발 서버 설정 변경

This commit is contained in:
2026-02-11 17:33:54 +09:00
parent 66c9b859dc
commit 7a25cf40aa
2 changed files with 15 additions and 7 deletions

View File

@@ -13,4 +13,7 @@ export default defineConfig({
},
},
},
esbuild: {
// drop: process.env.APP_ENV === "production" ? ["console", "debugger"] : [],
},
});