Missing Frontend Watch Configuration #2222
Unanswered
dipaksinha1
asked this question in
Questions
Replies: 1 comment
-
|
I second this. Is there a reason why this was not included originally? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Missing Frontend Watch Configuration in
compose.override.yml
Title: Enhancement: Add develop/watch configuration for frontend in
compose.override.yml
Description
Currently, the
compose.override.yml
file includes a watch configuration for the backend service, allowing for real-time syncing of code changes when running docker compose watch. However, this configuration is missing for the frontend service.
As a result, changes made to the frontend source code (e.g., in frontend/src) are not automatically synced to the running container, requiring a manual restart of the stack to see updates.
Proposed Change
Add a develop/watch section to the frontend service in compose.override.yml to enable automatic syncing and Hot Module Replacement (HMR) via Vite.
Operating System
macOS
Operating System Details
M3 MAX
64 GB RAM
Python Version
Python 3.10.20
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions