chore: update frontend container configuration and disable compression

- Added a specific container name for the frontend service in `compose.yaml` for better identification.
- Disabled the compression option in `repomix.config.json` to potentially improve build performance.
This commit is contained in:
2026-01-12 19:34:36 +00:00
parent 1bb6296053
commit bed20ce682
2 changed files with 2 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ services:
# - client
frontend:
container_name: noteflow-frontend
image: node:20-alpine
working_dir: /app
ports:

View File

@@ -12,7 +12,7 @@
"files": true,
"removeComments": true,
"removeEmptyLines": true,
"compress": true,
"compress": false,
"topFilesLength": 5,
"showLineNumbers": true,
"truncateBase64": false,