Watching
For tasks which source files change frequently and require to redo the work on a watch.
Watching
tasks:
api:
src:
- src
cmds:
- node -r ts-node/register src/index.tshammerkit api --watchContinuous tasks
tasks:
serve:
image: node:16
continuous: true
src:
- src
- angular.json
cmds:
- ng serveLast updated