Releases: astuyve/serverless-run-watch
Releases · astuyve/serverless-run-watch
v0.3.0
- Add .mjs to the default watched file glob. I may revisit this design entirely, but support for custom globs should be sufficient for now.
v0.2.0
- Fix serverless regex to anchor at the end of
serverless.yml
to stop catching my swap file.
- Pass opts like
--region
and --stage
when calling serverless deploy
for config file changes.