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:
@@ -171,6 +171,7 @@ services:
|
||||
# - client
|
||||
|
||||
frontend:
|
||||
container_name: noteflow-frontend
|
||||
image: node:20-alpine
|
||||
working_dir: /app
|
||||
ports:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"files": true,
|
||||
"removeComments": true,
|
||||
"removeEmptyLines": true,
|
||||
"compress": true,
|
||||
"compress": false,
|
||||
"topFilesLength": 5,
|
||||
"showLineNumbers": true,
|
||||
"truncateBase64": false,
|
||||
|
||||
Reference in New Issue
Block a user