From 82996ecb28512a34a89df73e99f5a57ea3cd31e4 Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Wed, 23 Aug 2023 17:53:56 +0300 Subject: [PATCH] fix: ignore config --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 487ca39..8c63a64 100644 --- a/index.js +++ b/index.js @@ -61,7 +61,7 @@ async function run() { const files = await glob("**/*", { cwd: path.join(__dirname, "files"), nodir: true, - ignore: [resp.dotenv ? "./config/**" : ""], + ignore: [resp.dotenv ? "./src/config/**" : ""], }); for (const file of files) { const content = fs.readFileSync(