dont allow examples when api is none (#243)

This commit is contained in:
Aman Varshney
2025-05-10 22:28:05 +05:30
committed by GitHub
parent 2924b817a3
commit 6a339bca1f
12 changed files with 188 additions and 241 deletions

View File

@@ -15,6 +15,13 @@ export const TECH_OPTIONS = {
icon: "/icon/orpc.svg",
color: "from-indigo-400 to-indigo-600",
},
{
id: "none",
name: "No API",
description: "No API layer (API routes disabled)",
icon: "🚫",
color: "from-gray-400 to-gray-600",
},
],
frontend: [
{