Skip to content

Commit

Permalink
removed: commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
disha1202 committed Jan 18, 2024
1 parent 5bc5c95 commit 8fa7132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ async function main(): Promise<void> {
console.log('Welcome to the Talawa Admin setup! 🚀');

if (!fs.existsSync('.env')) {
// fs.copyFileSync('.env.example', '.env');
fs.openSync('.env', 'w');
const config = dotenv.parse(fs.readFileSync('.env.example'));
for (const key in config) {
Expand Down

0 comments on commit 8fa7132

Please sign in to comment.