remove node_modules and .gitignore them
This commit is contained in:
-4
@@ -1,4 +0,0 @@
|
||||
import { join } from "path";
|
||||
import { getHomeDir } from "./getHomeDir";
|
||||
export const ENV_CONFIG_PATH = "AWS_CONFIG_FILE";
|
||||
export const getConfigFilepath = () => process.env[ENV_CONFIG_PATH] || join(getHomeDir(), ".aws", "config");
|
||||
Reference in New Issue
Block a user