- Add Spring Boot 3.4 backend with health API, CORS, and dev/prod profiles - Add React 18 + Vite frontend with typed health client - Configure NX workspace, pnpm, and Docker Compose stacks - Document stack, commands, and layout in README - Add .gitignore for Node, Java, Docker, and IDE artifacts
10 lines
284 B
Text
10 lines
284 B
Text
# pnpm configuration
|
|
# Allow build scripts for trusted packages (NX, esbuild)
|
|
enable-pre-post-scripts=true
|
|
|
|
# Exact versions pour la reproductibilité
|
|
save-exact=true
|
|
|
|
# Hoist les deps NX pour que les executors soient trouvés
|
|
public-hoist-pattern[]=*nx*
|
|
public-hoist-pattern[]=*@nx*
|