storageKey.js 96 B

123456
  1. 'use strict';
  2. module.exports = {
  3. EGG_CONFIG: 'egg_config',
  4. ELECTRON_IPC: 'electron_ipc',
  5. };