Skip to content

Commit

Permalink
fix(react-ts): fix .npmrc lose
Browse files Browse the repository at this point in the history
  • Loading branch information
rookie-luochao committed Nov 7, 2023
1 parent 428ce1d commit b213d8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const TEMPLATES = FRAMEWORKS.map((f) => (f.variants && f.variants.map((v) => v.n

const renameFiles: Record<string, string | undefined> = {
_gitignore: ".gitignore",
_npmrc: ".npmrc",
};

const defaultTargetDir = "vite-project";
Expand Down
File renamed without changes.

0 comments on commit b213d8a

Please sign in to comment.