interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.

Home Page:https://rafiki.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DevEx] allow for hot reload of backend and auth

sabineschaller opened this issue · comments

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

  • [ ]