We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93ed4e commit f1b9c69Copy full SHA for f1b9c69
src/commands/init.command.ts
@@ -6,7 +6,7 @@ import { Console, Effect } from "effect"
6
import { REGISTRY_URL } from "~/consts"
7
8
import { NodeCommandExecutor } from "@effect/platform-node"
9
-const shadcnInit = RawCommand.make("shadcnClone", "init", `${REGISTRY_URL}/r/style/default.json`).pipe(
+const shadcnInit = RawCommand.make("shadcnClone", "init", `${REGISTRY_URL}/r/style/default`).pipe(
10
RawCommand.stdin("inherit"),
11
RawCommand.stdout("inherit"),
12
RawCommand.stderr("inherit"),
0 commit comments