You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: