UNPKG

atlasgql

Version:

A self-composing GraphQL server library using TypeScript, Express and Apollo Server

10 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENV = void 0; var ENV; (function (ENV) { ENV["DEV"] = "development"; ENV["TEST"] = "stage"; ENV["PROD"] = "production"; })(ENV = exports.ENV || (exports.ENV = {})); //# sourceMappingURL=constants.js.map