mirror of
https://github.com/artegoser/create-ts-prod.git
synced 2024-11-05 21:24:02 +03:00
fix: ignore config
This commit is contained in:
parent
b622afd263
commit
82996ecb28
1 changed files with 1 additions and 1 deletions
2
index.js
2
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(
|
||||
|
|
Loading…
Reference in a new issue