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 d6e0806 commit c61f858Copy full SHA for c61f858
src/cli.ts
@@ -11,8 +11,11 @@ import { hasTTY } from "std-env";
11
import { name, version, description } from "../package.json" with { type: "json" }; // prettier-ignore
12
import { nitroIcon, themeColor } from "./utils/ascii.ts";
13
14
+// TODO: Uncomment once create-nitro-app repository is public
15
+// const DEFAULT_REGISTRY =
16
+// "https://raw.githubusercontent.com/nitrojs/create-nitro-app/registry";
17
const DEFAULT_REGISTRY =
- "https://raw.githubusercontent.com/nitrojs/create-nitro-app/registry";
18
+ "https://raw.githubusercontent.com/nitrojs/starter/templates";
19
const DEFAULT_TEMPLATE_NAME = "vite";
20
21
const mainCommand = defineCommand({
0 commit comments