-
v3.1.0 Stable
released this
2026-04-25 01:05:53 +00:00 | 0 commits to main since this releaseNew features
- You can now load environment variables from a file using the
--env-fileCLI option in thegrackle servercommand. The file is interpreted as in this Node.js documentation. - If your handlers throw and you do not catch it, Grackle will catch it, log the error, and respond with a generic 500 instead of hanging the response.
Bug fixes
- fix Vento not loading templates sometimes
- fix how routes are defined for handlers and static files so that route matching works correctly
- fix
response.redirect()so that headers are set at the right time
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- You can now load environment variables from a file using the