mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-24 09:32:56 +00:00
Add development to config object
This commit is contained in:
+2
-1
@@ -561,7 +561,8 @@ export default async function createApp(vite) {
|
||||
publicUrl : config.get('publicUrl') ?? '',
|
||||
baseUrl : `${req.protocol}://${req.get('host')}`,
|
||||
environment : nodeEnv,
|
||||
deployment : config.get('heroku_app_name') ?? ''
|
||||
deployment : config.get('heroku_app_name') ?? '',
|
||||
development : config.get('development')
|
||||
};
|
||||
const props = {
|
||||
version : version,
|
||||
|
||||
Reference in New Issue
Block a user