mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
💚 fixing webpack config for building app with good env and improve docker build
This commit is contained in:
@@ -52,7 +52,7 @@ const getPlugins = (isWeb: boolean) => {
|
||||
__DEV__: isDev,
|
||||
__LOCAL__: isLocal,
|
||||
__REGISTER_DISCORD_COMMANDS__: isRegisterDiscordCommands,
|
||||
API_URL: process.env.API_URL || "'http://localhost:3000'",
|
||||
API_URL: `"${process.env.API_URL}"` || "'http://localhost:3000'",
|
||||
}),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user