mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update customizable stack
This commit is contained in:
@@ -117,6 +117,7 @@ export const initialNodes: TechNode[] = [
|
||||
description: "Fast all-in-one JavaScript runtime",
|
||||
isDefault: true,
|
||||
isActive: true,
|
||||
isStatic: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -129,6 +130,7 @@ export const initialNodes: TechNode[] = [
|
||||
description: "Type-safe routing",
|
||||
isDefault: true,
|
||||
isActive: true,
|
||||
isStatic: true,
|
||||
group: "router",
|
||||
},
|
||||
},
|
||||
@@ -168,6 +170,7 @@ export const initialNodes: TechNode[] = [
|
||||
description: "Ultrafast web framework",
|
||||
isDefault: true,
|
||||
isActive: true,
|
||||
isStatic: true,
|
||||
group: "backend",
|
||||
},
|
||||
},
|
||||
@@ -176,7 +179,7 @@ export const initialNodes: TechNode[] = [
|
||||
type: "techNode",
|
||||
position: { x: 544, y: 532 },
|
||||
data: {
|
||||
label: "Sqlite",
|
||||
label: "SQLite",
|
||||
category: "database",
|
||||
description: "SQLite-compatible database",
|
||||
isDefault: true,
|
||||
@@ -197,6 +200,19 @@ export const initialNodes: TechNode[] = [
|
||||
group: "database",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "no-database",
|
||||
type: "techNode",
|
||||
position: { x: 420, y: 710 },
|
||||
data: {
|
||||
label: "No Database",
|
||||
category: "database",
|
||||
description: "Skip database setup",
|
||||
isDefault: false,
|
||||
isActive: false,
|
||||
group: "database",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "drizzle",
|
||||
type: "techNode",
|
||||
|
||||
Reference in New Issue
Block a user