Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix live updates on server #289

Closed
domdomegg opened this issue Jul 2, 2023 · 2 comments · Fixed by #323
Closed

Fix live updates on server #289

domdomegg opened this issue Jul 2, 2023 · 2 comments · Fixed by #323
Assignees
Labels
enhancement New feature or request

Comments

@domdomegg
Copy link
Member

When running the server locally, changes don't appear to be applied to handlers immediately.

We previously had things set up so that updates would be immediately reflected in the server. We should get back to this behaviour for better developer experience.

@domdomegg domdomegg added the enhancement New feature or request label Jul 2, 2023
@domdomegg domdomegg self-assigned this Aug 27, 2023
@domdomegg
Copy link
Member Author

After doing a git bisect, I found this was broken by #201

@domdomegg
Copy link
Member Author

Fixed in #323.

Going to close this for now. It'd be nice if we could build a test for this (and maybe other devex things). It probably would be quite complex though (e.g. spinning up the repo in a container, installing deps, running the server/website, checking hot reload for both)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant