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
Sometimes we want to do realize start --nc --run in a container of docker. But when we modify the code, realize won't detect the change, thanks to the limitations of fsnotify#55. So we have to specify using legacy watch in .realize.yaml file.
Realize is a wonderful tool for golang development. I'm wondering whether realize can support realize start --legacy option in order to specify using legacy watch but without a config file.
Thanks.
The text was updated successfully, but these errors were encountered:
Consider it as a suggestion.
Sometimes we want to do
realize start --nc --run
in a container of docker. But when we modify the code, realize won't detect the change, thanks to the limitations of fsnotify#55. So we have to specify using legacy watch in.realize.yaml
file.Realize is a wonderful tool for golang development. I'm wondering whether realize can support
realize start --legacy
option in order to specify using legacy watch but without a config file.Thanks.
The text was updated successfully, but these errors were encountered: