mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add solid
This commit is contained in:
@@ -17,13 +17,15 @@ export async function getAddonsChoice(
|
||||
|
||||
const hasCompatiblePwaFrontend =
|
||||
frontends?.includes("react-router") ||
|
||||
frontends?.includes("tanstack-router");
|
||||
frontends?.includes("tanstack-router") ||
|
||||
frontends?.includes("solid");
|
||||
|
||||
const hasCompatibleTauriFrontend =
|
||||
frontends?.includes("react-router") ||
|
||||
frontends?.includes("tanstack-router") ||
|
||||
frontends?.includes("nuxt") ||
|
||||
frontends?.includes("svelte");
|
||||
frontends?.includes("svelte") ||
|
||||
frontends?.includes("solid");
|
||||
|
||||
const allPossibleOptions: AddonOption[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user