mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
refactor: update database option to sqlite and replace framer-motion with motion
This commit is contained in:
@@ -170,19 +170,6 @@ export const initialNodes: TechNode[] = [
|
||||
group: "backend",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "express",
|
||||
type: "techNode",
|
||||
position: { x: 897, y: 389 },
|
||||
data: {
|
||||
label: "Express",
|
||||
category: "backend",
|
||||
description: "Fast, unopinionated web framework",
|
||||
isDefault: false,
|
||||
isActive: false,
|
||||
group: "backend",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "libsql",
|
||||
type: "techNode",
|
||||
|
||||
Reference in New Issue
Block a user