mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-27 04:45:08 +01:00
[Dev] Main Menu: Follow-up
This commit is contained in:
parent
f9c9ae08ea
commit
cbb3c2cb01
@ -1,4 +1,4 @@
|
|||||||
export const APP_NAME = 'Telegram WebZ';
|
export const APP_NAME = process.env.APP_NAME || 'Telegram WebZ';
|
||||||
export const APP_VERSION = process.env.APP_VERSION!;
|
export const APP_VERSION = process.env.APP_VERSION!;
|
||||||
export const APP_REVISION = process.env.APP_REVISION;
|
export const APP_REVISION = process.env.APP_REVISION;
|
||||||
|
|
||||||
|
@ -120,6 +120,7 @@ module.exports = (env = {}, argv = {}) => {
|
|||||||
}),
|
}),
|
||||||
new EnvironmentPlugin({
|
new EnvironmentPlugin({
|
||||||
APP_ENV: 'production',
|
APP_ENV: 'production',
|
||||||
|
APP_NAME: null,
|
||||||
APP_VERSION: undefined,
|
APP_VERSION: undefined,
|
||||||
APP_REVISION: appRevision,
|
APP_REVISION: appRevision,
|
||||||
TELEGRAM_T_API_ID: undefined,
|
TELEGRAM_T_API_ID: undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user