Skip to content

Commit

Permalink
New Version of Build.js, minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NightmindOfficial committed Jul 12, 2024
1 parent a000f63 commit aa36110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const envPath = path.join(__dirname, '.env');

// Write the .env file
fs.writeFileSync(envPath, envContent);
console.log('Environment variables have been written to .env file');
console.log('.env file written');



Expand Down

0 comments on commit aa36110

Please sign in to comment.