Format orgfront vite config

This commit is contained in:
2026-05-11 13:34:55 +09:00
parent 9ea7db8b3c
commit a98721e4f7
+1 -2
View File
@@ -38,8 +38,7 @@ const allowedHosts = Array.from(
export default defineConfig({
plugins: [react()],
cacheDir:
process.env.ORGFRONT_VITE_CACHE_DIR ??
"/tmp/baron-sso-orgfront-vite-cache",
process.env.ORGFRONT_VITE_CACHE_DIR ?? "/tmp/baron-sso-orgfront-vite-cache",
build: {
outDir: buildOutDir,
emptyOutDir: true,