Skip to content

Commit

Permalink
update path in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jul 4, 2024
1 parent f854665 commit 22a588d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/installers/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ export const trpcInstaller: Installer = ({
path.join(
extrasDir,
"src/app/_components",
packages?.tailwind.inUse ? "create-post-tw.tsx" : "create-post.tsx"
packages?.tailwind.inUse ? "post-tw.tsx" : "post.tsx"
),
path.join(projectDir, "src/app/_components/create-post.tsx"),
path.join(projectDir, "src/app/_components/post.tsx"),
]
);
} else {
Expand Down

0 comments on commit 22a588d

Please sign in to comment.