You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
We use direflow in a very specific way in our project. Currently we are during migration legacy code to new react code. We use a strangler pattern, so currently, the new code is a dependency to the old repository.
I opaqued it both in the docker and docker-compose containers, which syncs direflowBundle.js built on watcher. Because legacy application loads the direflowBundle I can't use provided developement server.
Is it possible to run the server with auto-rebuild to direflowBundle.js instead of syncing with the browser?
The text was updated successfully, but these errors were encountered:
We use direflow in a very specific way in our project. Currently we are during migration legacy code to new react code. We use a strangler pattern, so currently, the new code is a dependency to the old repository.
I opaqued it both in the docker and docker-compose containers, which syncs
direflowBundle.js
built on watcher. Because legacy application loads the direflowBundle I can't use provided developement server.Is it possible to run the server with auto-rebuild to direflowBundle.js instead of syncing with the browser?
The text was updated successfully, but these errors were encountered: