fix Stack Architect logic and cli dir check

This commit is contained in:
Aman Varshney
2025-04-18 00:32:40 +05:30
parent 23f80dfa08
commit 13241ee406
5 changed files with 217 additions and 201 deletions

View File

@@ -175,13 +175,6 @@ export const TECH_OPTIONS = {
icon: "◮",
color: "from-purple-400 to-purple-600",
},
{
id: "none",
name: "No ORM",
description: "Skip ORM integration",
icon: "🚫",
color: "from-gray-400 to-gray-600",
},
],
dbSetup: [
{