keeweb/app/scripts/const/runtime-info.js

11 lines
208 B
JavaScript
Raw Normal View History

2019-10-26 22:56:36 +02:00
const RuntimeInfo = {
version: '@@VERSION',
beta: !!'@@BETA',
buildDate: '@@DATE',
commit: '@@COMMIT',
devMode: '@@DEVMODE',
appleTeamId: '@@APPLE_TEAM_ID'
2019-10-26 22:56:36 +02:00
};
export { RuntimeInfo };