can we detect hostname and apply condition into the env file
for example in the env file in NodeJs project
FRONTURL = location.window.hostname == 'staging.xyz.com' ? 'stage.com' : 'live.com';
can we detect hostname and apply condition into the env file
for example in the env file in NodeJs project
FRONTURL = location.window.hostname == 'staging.xyz.com' ? 'stage.com' : 'live.com';