We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf78e03 commit f85c050Copy full SHA for f85c050
bin/create.js
@@ -54,7 +54,6 @@ const envPath = path.join(projectPath, '.env.local');
54
55
if (fs.existsSync(envExamplePath)) {
56
fs.copyFileSync(envExamplePath, envPath);
57
- fs.unlinkSync(envExamplePath);
58
console.log('✅ Environment files configured');
59
}
60
0 commit comments