Skip to content

Commit c61f858

Browse files
committed
chore: use nitrojs/starter templates branch for now
1 parent d6e0806 commit c61f858

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cli.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ import { hasTTY } from "std-env";
1111
import { name, version, description } from "../package.json" with { type: "json" }; // prettier-ignore
1212
import { nitroIcon, themeColor } from "./utils/ascii.ts";
1313

14+
// TODO: Uncomment once create-nitro-app repository is public
15+
// const DEFAULT_REGISTRY =
16+
// "https://raw.githubusercontent.com/nitrojs/create-nitro-app/registry";
1417
const DEFAULT_REGISTRY =
15-
"https://raw.githubusercontent.com/nitrojs/create-nitro-app/registry";
18+
"https://raw.githubusercontent.com/nitrojs/starter/templates";
1619
const DEFAULT_TEMPLATE_NAME = "vite";
1720

1821
const mainCommand = defineCommand({

0 commit comments

Comments
 (0)