fix: ignore config

This commit is contained in:
Artemy Egorov 2023-08-23 17:53:56 +03:00
parent b622afd263
commit 82996ecb28

View file

@ -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(