Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

BeebuddyUtil / dma-common-backend

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dma-common-backend
  • dist
  • src
  • common
  • SystemMode.js
  • Beebuddy Builder's avatar
    expressjs addPostMethod · 37c67cc8
    Beebuddy Builder committed Oct 15, 2020
    37c67cc8
SystemMode.js 203 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;
var SystemMode = {
  is_dev_mode: false
};
var _default = SystemMode;
exports.default = _default;