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