Skip to content

Instantly share code, notes, and snippets.

@thomasleveil
Last active November 14, 2020 23:33
Show Gist options
  • Save thomasleveil/728e1c7e30868830ae042ab2be2caa33 to your computer and use it in GitHub Desktop.
Save thomasleveil/728e1c7e30868830ae042ab2be2caa33 to your computer and use it in GitHub Desktop.
NODE_ENV dev
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = process = {
env: {
NODE_ENV: "dev"
}
};
exports.default = _default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment