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
eg. if you have replace foo => ../../foo and you change foo, your module will not be redeployed.
This is already possible by specifying this directory in the ftl.toml file watch list, but it would be good to have the tooling automatically do this for the user, as we're already parsing the go.mod file.
eg. if you have
replace foo => ../../foo
and you changefoo
, your module will not be redeployed.This is already possible by specifying this directory in the
ftl.toml
filewatch
list, but it would be good to have the tooling automatically do this for the user, as we're already parsing thego.mod
file.cc @KendallWeihe
The text was updated successfully, but these errors were encountered: