Initial Project Commit

This commit is contained in:
Orlando M Guerreiro 2025-05-22 19:23:40 +01:00
commit a6dea9c888
2148 changed files with 173870 additions and 0 deletions

6
webpack/environment.js Normal file
View 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,
};