shell_version added to core imports

This commit is contained in:
nklhrstv 2021-01-19 17:56:52 +02:00
parent f33f8617bb
commit c3f50a708f

View file

@ -11,8 +11,9 @@ const routerViewsConfig = require('./routerViewsConfig');
const styles = require('./styles');
window.core_imports = {
sanitize_location_path: sanitizeLocationPath,
app_version: process.env.VERSION
app_version: process.env.VERSION,
shell_version: null,
sanitize_location_path: sanitizeLocationPath
};
const App = () => {