Skip to content

Commit

Permalink
Remove unwanted code from configs.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashrockzzz2003 committed Oct 30, 2024
1 parent f5503bd commit 7f17503
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions bin/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ export const templates = {
},
express_mysql: {
name: "express_mysql",
dependenciesa: {
"cors": "^2.8.5",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"helmet": "^8.0.0",
"mysql2": "^3.11.3",
"path": "^0.12.7"
},
dependencies: [
{
name: "express",
Expand All @@ -97,6 +89,6 @@ export const templates = {
name: "mysql2",
version: "^3.11.3",
},
]
],
},
};

0 comments on commit 7f17503

Please sign in to comment.