upda/server/web/public/conf/runtime-config.js

8 lines
188 B
JavaScript
Raw Normal View History

// Note that Object.freeze is NOT recursive
const runtime_config = Object.freeze({});
Object.defineProperty(window, 'runtime_config', {
value: runtime_config,
writable: false
});