Last active
November 14, 2020 23:33
-
-
Save thomasleveil/728e1c7e30868830ae042ab2be2caa33 to your computer and use it in GitHub Desktop.
NODE_ENV dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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