fix: move Angular cache outside bind mount

This commit is contained in:
bisco
2026-06-03 21:47:49 +02:00
parent eb40053770
commit a830c89f99
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -1,6 +1,11 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"cache": {
"path": "/tmp/angular-cache"
}
},
"newProjectRoot": "projects",
"projects": {
"hoopscout-frontend": {