Initial commit for resilient-core
This commit is contained in:
commit
49fc4b2983
2169 changed files with 175785 additions and 0 deletions
6
webpack/environment.js
Normal file
6
webpack/environment.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
I18N_HASH: 'generated_hash',
|
||||
SERVER_API_URL: '',
|
||||
__VERSION__: process.env.hasOwnProperty('APP_VERSION') ? process.env.APP_VERSION : 'DEV',
|
||||
__DEBUG_INFO_ENABLED__: false,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue