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
9 changes: 3 additions & 6 deletions packages/create/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const START_TEMPLATES = [
"with-prisma",
"with-solid-styled",
"with-tailwindcss",
"with-tanstack-router",
"with-trpc",
"with-unocss",
"with-vitest",
Expand All @@ -86,21 +85,19 @@ export type StartTemplate = (typeof START_TEMPLATES)[number];
const START_TEMPLATES_V2 = [
"basic",
"bare",
"with-solidbase",
"hackernews",
"notes",
"with-auth",
"with-authjs",
"with-drizzle",
"with-mdx",
"with-prisma",
"with-solid-styled",
"with-solidbase",
"with-strict-csp",
"with-tailwindcss",
"with-tanstack-router",
Comment thread
nerdchanii marked this conversation as resolved.
"with-trpc",
"with-unocss",
"with-vitest",
"with-strict-csp",
"with-tanstack-router",
] as const satisfies string[];

export type StartTemplateV2 = (typeof START_TEMPLATES_V2)[number];
Expand Down