Merge remote-tracking branch 'origin/code-maintenance/esbuild' into dev

This commit is contained in:
Oliver Günther
2025-07-21 11:10:38 +02:00
123 changed files with 23745 additions and 892 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ services:
frontend:
build:
<<: *frontend-build
command: "node --max_old_space_size=8096 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --public-host ${OPENPROJECT_DEV_URL}"
command: "node --max_old_space_size=8096 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0"
volumes:
- ".:/home/dev/openproject"
- "${CKEDITOR_BUILD_DIR:-./frontend/src/vendor/ckeditor/}:/home/dev/openproject/frontend/src/vendor/ckeditor/"