Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdietrich committed Aug 20, 2024
1 parent f0ebda6 commit 116def5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ module.exports = {
};`;

writeFileSync(configFileName, config);
info(readFileSync(configFileName, 'utf8'));

}

run();

0 comments on commit 116def5

Please sign in to comment.