We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ceb6d commit cb0eaf0Copy full SHA for cb0eaf0
1 file changed
src/main.js
@@ -18,7 +18,6 @@ let createGitIgnoreFile = async (options) => {
18
19
let createEnvFiles = async (options) => {
20
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);
22
fs.writeFileSync(path.join(options.targetDirectory, '.env.example'), content);
23
return;
24
}
0 commit comments