mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add nuxt and expo with orpc
This commit is contained in:
@@ -50,6 +50,14 @@ export const TECH_OPTIONS = {
|
||||
color: "from-gray-700 to-black",
|
||||
default: false,
|
||||
},
|
||||
{
|
||||
id: "nuxt",
|
||||
name: "Nuxt",
|
||||
description: "Vue full-stack framework (SSR, SSG, hybrid)",
|
||||
icon: "/icon/nuxt.svg",
|
||||
color: "from-green-400 to-green-700",
|
||||
default: false,
|
||||
},
|
||||
{
|
||||
id: "native",
|
||||
name: "React Native",
|
||||
|
||||
Reference in New Issue
Block a user