We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cb5dd commit d4c6015Copy full SHA for d4c6015
1 file changed
packages/create/src/create-start.ts
@@ -9,7 +9,7 @@ export type CreateStartArgs = {
9
};
10
11
export const createStartTS = ({ template, destination }: CreateStartArgs, v2?: boolean) => {
12
- const subdir = v2 ? `solid-start/v2/${template}` : `solid-start/${template}`;
+ const subdir = v2 ? `solid-start-v2/${template}` : `solid-start-v1/${template}`;
13
return downloadRepo(
14
{
15
repo: { owner: "solidjs", name: "templates", subdir },
0 commit comments