-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Problem
- The frontend should automatically update every time a file is changed.
- This significantly speeds up development by allowing for quick iterations of designs
Expected Behavior:
Tested after starting frontend with pnpm dev
(no Docker)
- After adding the text
Hi
and saving the file, the page updated immediately without me having to switch to the browser and refresh the page
1.mov
Docker Behavior:
Tested after starting frontend with docker compose up
- After adding the text
Hi
and saving the file, the page did not update. - Worse, stopping the container and rerunning
docker compose up
did not update the page correctly - What did work was rerunning
docker compose up --build
, but it is a major inconvenience to have to rebuild the containers every time we want to see how our UI changed
2.mov
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request