Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@lukeed lukeed released this 04 Sep 17:46

Features

  • Add config.cron support (#10): 146d953
    You may now define CRON triggers via your cfw 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