1
0
forked from baron/baron-sso

orgfront URL 환경변수명을 ORGFRONT_URL로 통일

This commit is contained in:
2026-06-16 15:23:20 +09:00
parent 92ba779ff9
commit 79bf1c3496
5 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ const allowedHosts = getAllowedHosts(
export default defineConfig(
mergeConfig(commonViteConfig, {
envPrefix: ["VITE_", "ORGFRONT_"],
cacheDir:
process.env.DEVFRONT_VITE_CACHE_DIR ??
"/tmp/baron-sso-devfront-vite-cache",