1.0.1
Bug Fixes
- Fixes an issue where app.config.routes was attempting to map an object. Using Object.values(), this converts it to array so that app.routes is always an array.
- Adds the new Sanity Check lifecycle.
- Upgrades dependencies.
Change Log
- No Changes