Skip to content

Commit f85c050

Browse files
committed
Fixing create script
1 parent bf78e03 commit f85c050

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/create.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const envPath = path.join(projectPath, '.env.local');
5454

5555
if (fs.existsSync(envExamplePath)) {
5656
fs.copyFileSync(envExamplePath, envPath);
57-
fs.unlinkSync(envExamplePath);
5857
console.log('✅ Environment files configured');
5958
}
6059

0 commit comments

Comments
 (0)