Merge pull request #14980 from overleaf/jpa-debug-console

[web] migrate frontend logging to debugConsole

GitOrigin-RevId: b03ff9030b03fff059738d2270bc4b4912e79f16
This commit is contained in:
Jakob Ackermann
2023-09-27 11:45:49 +02:00
committed by Copybot
parent 06f05d896f
commit 1213709578
111 changed files with 395 additions and 281 deletions

View File

@@ -72,6 +72,7 @@ services:
environment:
MOCHA_GREP: ${MOCHA_GREP}
NODE_OPTIONS: "--unhandled-rejections=strict"
VERBOSE_LOGGING:
command: npm run --silent test:frontend
user: node
@@ -80,6 +81,8 @@ services:
volumes:
- ../../:/overleaf
working_dir: /overleaf/services/web
environment:
VERBOSE_LOGGING:
entrypoint: npm
command:
- "run"