Skip to content

Commit 4f293f7

Browse files
committed
Fix tsup config
1 parent c9b66c3 commit 4f293f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-router/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { createBanner } from "../../build.utils.js";
55

66
import pkg from "./package.json";
77

8-
const entry = ["index.ts"];
8+
const entry = ["cli.ts"];
99

1010
export default defineConfig([
1111
{

0 commit comments

Comments
 (0)