SystemMode.js 72 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 const SystemMode = { is_dev_mode: false }; export default SystemMode;