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