initialize.js 102 B

1234
  1. import { Config } from './ScriptConfig';
  2. Config.debug = false;
  3. Config.logConfig();
  4. export { Config };