mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-25 05:02:58 +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') ?? '',
|
publicUrl : config.get('publicUrl') ?? '',
|
||||||
baseUrl : `${req.protocol}://${req.get('host')}`,
|
baseUrl : `${req.protocol}://${req.get('host')}`,
|
||||||
environment : nodeEnv,
|
environment : nodeEnv,
|
||||||
deployment : config.get('heroku_app_name') ?? ''
|
deployment : config.get('heroku_app_name') ?? '',
|
||||||
|
development : config.get('development')
|
||||||
};
|
};
|
||||||
const props = {
|
const props = {
|
||||||
version : version,
|
version : version,
|
||||||
|
|||||||
Reference in New Issue
Block a user