Skip to content

Commit b30c300

Browse files
committed
refactor: simplify file rename mapping in project setup
1 parent 4bfbb69 commit b30c300

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

.changeset/puny-shrimps-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-mcp-kit': patch
3+
---
4+
5+
refactor: simplify file rename mapping in project setup

packages/shared/src/projectSetup.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ registerHandlebarsHelpers()
99

1010
async function renameFiles(currentDir: string) {
1111
const renameMap = {
12-
_env: '.env',
13-
_gitignore: '.gitignore',
1412
_git: '.git',
15-
_nvmrc: '.nvmrc',
16-
_prettierrc: '.prettierrc',
1713
_husky: '.husky',
1814
_github: '.github',
1915
} as const

0 commit comments

Comments
 (0)