mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add mysql in stack architech
This commit is contained in:
@@ -98,6 +98,13 @@ export const TECH_OPTIONS = {
|
|||||||
icon: "🐘",
|
icon: "🐘",
|
||||||
color: "from-indigo-400 to-indigo-600",
|
color: "from-indigo-400 to-indigo-600",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "mysql",
|
||||||
|
name: "MySQL",
|
||||||
|
description: "Popular relational database",
|
||||||
|
icon: "🐬",
|
||||||
|
color: "from-blue-500 to-blue-700",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "mongodb",
|
id: "mongodb",
|
||||||
name: "MongoDB",
|
name: "MongoDB",
|
||||||
|
|||||||
8
bun.lock
8
bun.lock
@@ -14,12 +14,12 @@
|
|||||||
},
|
},
|
||||||
"apps/cli": {
|
"apps/cli": {
|
||||||
"name": "create-better-t-stack",
|
"name": "create-better-t-stack",
|
||||||
"version": "1.8.1",
|
"version": "1.10.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-better-t-stack": "dist/index.js",
|
"create-better-t-stack": "dist/index.js",
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clack/prompts": "^0.10.0",
|
"@clack/prompts": "^0.10.1",
|
||||||
"commander": "^13.1.0",
|
"commander": "^13.1.0",
|
||||||
"execa": "^8.0.1",
|
"execa": "^8.0.1",
|
||||||
"fs-extra": "^11.3.0",
|
"fs-extra": "^11.3.0",
|
||||||
@@ -28,9 +28,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^11.0.4",
|
"@types/fs-extra": "^11.0.4",
|
||||||
"@types/node": "^20.17.19",
|
"@types/node": "^20.17.30",
|
||||||
"tsup": "^8.4.0",
|
"tsup": "^8.4.0",
|
||||||
"typescript": "^5.7.3",
|
"typescript": "^5.8.3",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"apps/web": {
|
"apps/web": {
|
||||||
|
|||||||
Reference in New Issue
Block a user