config.js 94 B

1234567
  1. "use strict";
  2. module.exports = {
  3. env: "production",
  4. global: my,
  5. useRuntimeLog: false
  6. };