Skip to content

Commit cb0eaf0

Browse files
authored
Generate only .env.example file in new version
1 parent b7ceb6d commit cb0eaf0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ let createGitIgnoreFile = async (options) => {
1818

1919
let createEnvFiles = async (options) => {
2020
const content = '\nPORT=8080\nMONGODB_LOCAL_URI=\nMONGODB_ATLAS_URI=\n\nCLIENT_APP_PORT=\nCLIENT_APP_URL=';
21-
fs.writeFileSync(path.join(options.targetDirectory, '.env'), content);
2221
fs.writeFileSync(path.join(options.targetDirectory, '.env.example'), content);
2322
return;
2423
}

0 commit comments

Comments
 (0)