homebrewery
homebrewery copied to clipboard
[LOCAL, DOCKER]: Browse all brews in database
For local installs only, it would be useful to be able to see all brews in the database, regardless of the brew's author.
This may be possible by wrapping a path definition in server.js
in an if
block that checks for non-production environments; e.g. NODE_ENV == 'local' || NODE_ENV == 'docker'