This is now done with template conditionals, see f...
# 💻|contributing
s
This is now done with template conditionals, see for example the
convert
handler for
exec
modules: https://github.com/garden-io/garden/blob/0.13/core/src/plugins/exec/convert.ts#L76-L94
... we're using the
sync
  mode from the action config in the conversion handler there.
But there's no need to use
sync
  mode for
exec
Deploys, though.
b
Ok, so concretely, how do I start a persistent local process with Garden?
2 Views