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'
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 anif
block that checks for non-production environments; e.g.NODE_ENV == 'local' || NODE_ENV == 'docker'