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

[DevEx] allow for hot reload of backend and auth #2650

Closed
sabineschaller opened this issue Apr 10, 2024 · 0 comments · Fixed by #2718
Closed

[DevEx] allow for hot reload of backend and auth #2650

sabineschaller opened this issue Apr 10, 2024 · 0 comments · Fixed by #2718
Assignees
Labels
pkg: auth Changes in the GNAP auth package. pkg: backend Changes in the backend package.

Comments

@sabineschaller
Copy link
Member

sabineschaller commented Apr 10, 2024

Context

We currently have to build the backend and auth docker containers in order to check whether a feature we are working on is complete. @JoblersTune is already working on implementing a hot reload for the frontend by mounting the source files into the docker container and using the remix dev command to run it inside the docker container if the node-env is development. We would like to have similar functionality for backend and auth.

EDIT: I guess we could even extend that to the MASE.

Todos

  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: auth Changes in the GNAP auth package. pkg: backend Changes in the backend package.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants