⚠ BREAKING CHANGES
static.fsRoot
is now required to serve static files. This is a breaking change because previously static files were served from the project root by default, which posed a security risk of exposing sensitive files.
Bug Fixes
- don't serve static files unless static.fsRoot is explicitly specified (ba49813)
Full Changelog: v0.7.3...v0.8.0