remove node_modules and .gitignore them
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.getProfileName = exports.DEFAULT_PROFILE = exports.ENV_PROFILE = void 0;
|
||||
exports.ENV_PROFILE = "AWS_PROFILE";
|
||||
exports.DEFAULT_PROFILE = "default";
|
||||
const getProfileName = (init) => init.profile || process.env[exports.ENV_PROFILE] || exports.DEFAULT_PROFILE;
|
||||
exports.getProfileName = getProfileName;
|
||||
Reference in New Issue
Block a user