0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 21:12:41 +00:00

Update app.js

This commit is contained in:
Trevor Buckner
2024-10-11 23:38:00 -04:00
committed by GitHub
parent 7894d9fbec
commit dfe26280d2

View File

@@ -475,7 +475,8 @@ const renderPage = async (req, res)=>{
const configuration = { const configuration = {
local : isLocalEnvironment, local : isLocalEnvironment,
publicUrl : config.get('publicUrl') ?? '', publicUrl : config.get('publicUrl') ?? '',
environment : nodeEnv environment : nodeEnv,
deployment : config.get('heroku_app_name') ?? ''
}; };
const props = { const props = {
version : require('./../package.json').version, version : require('./../package.json').version,