mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 04:22:44 +00:00
set up development config variavle
This commit is contained in:
@@ -48,6 +48,7 @@ const Homebrew = (props)=>{
|
||||
global.config = config;
|
||||
|
||||
const backgroundObject = ()=>{
|
||||
if(!config.development) return null;
|
||||
if(config.deployment || config.local){
|
||||
const bgText = config.deployment || 'Local';
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user