We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs
1 parent fec958f commit 0d7bdd5Copy full SHA for 0d7bdd5
1 file changed
packages/full-solid/src/bin.ts
@@ -5,6 +5,7 @@ import { createSolid } from "@solid-cli/create";
5
import packageJson from "../package.json" with { type: "json" };
6
import { intro } from "@clack/prompts";
7
import * as color from "picocolors";
8
+import * as p from "@clack/prompts";
9
import { debuginfo } from "./debug";
10
import { startCommands } from "./start";
11
import { openInBrowser } from "@solid-cli/utils";
@@ -22,6 +23,7 @@ const main = defineCommand({
22
23
meta: { description: "Open the Solid Docs in your browser" },
24
async run() {
25
openInBrowser("https://docs.solidjs.com");
26
+ p.log.success("Opened successfully")
27
},
28
}),
29
0 commit comments