Change 405 to http.StatusMethodNotAllowed
Add info and error loggers
Add addr flag
To build a binary and run granola manually:
make
./granola
This serves granola
over http://localhost:4000
In development you may want to use entr to automatically restart the server when files change:
make watch
AGPLv3, see LICENSE.
Copyright (C) 2022 The Granola Contributors