Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create/src/utils/download.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,7 +9,7 @@ export const TEMPLATES_REPO = { owner: "solidjs", name: "templates" } as const;
* later reorganizations of the templates repo. `undefined` means live HEAD of the
* default branch, which is the historical behavior.
*/
export const TEMPLATES_REF: string | undefined = "b3d888d309c7173feee2b4cb3ddba8e788af559b";
export const TEMPLATES_REF: string | undefined = "4f54cb7e3362037c43cece30bb7f228becfddcee";

/** `SOLID_CLI_TEMPLATES_REF` overrides the baked ref, for testing against branches/forks */
export const templatesRef = () => process.env.SOLID_CLI_TEMPLATES_REF || TEMPLATES_REF;
Expand Down
Loading