datasurvey/webpack/environment.js

7 lines
220 B
JavaScript
Raw Normal View History

2021-07-03 21:48:27 +00:00
module.exports = {
__TIMESTAMP__: String(new Date().getTime()),
__VERSION__: process.env.hasOwnProperty('APP_VERSION') ? process.env.APP_VERSION : 'DEV',
__DEBUG_INFO_ENABLED__: false,
__SERVER_API_URL__: '',
};