forked from baron/baron-sso
fix(ci): stabilize pnpm installation and ensure fail-fast testing
This commit is contained in:
@@ -10,7 +10,10 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
"lucide-react": path.resolve(process.cwd(), "node_modules/lucide-react"),
|
||||
react: path.resolve(process.cwd(), "node_modules/react"),
|
||||
"react-dom": path.resolve(process.cwd(), "node_modules/react-dom"),
|
||||
},
|
||||
dedupe: ["react", "react-dom", "react-router-dom"],
|
||||
},
|
||||
cacheDir:
|
||||
process.env.ADMINFRONT_VITE_CACHE_DIR ??
|
||||
|
||||
Reference in New Issue
Block a user