Features
-
Add
config.cronsupport (#10): 146d953
You may now define CRON triggers via yourcfwconfiguration file; example JSON below:{ "name": "hello", "subdomain": true, "profile": "personal", "module": true, "cron": [ "*/15 * * * *", "*/45 * * * *" ] }
Patches
- Avoid the
fs.rmdirdeprecation message on Node 16+: ee047a5
Chores
- Add "Authentication" README section: e9482ea