mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Remove GitHub Actions and SEO addons
This commit is contained in:
@@ -99,10 +99,6 @@ function generateFeaturesList(
|
||||
for (const feature of features) {
|
||||
if (feature === "docker") {
|
||||
featuresList.push("- **Docker** - Containerized deployment");
|
||||
} else if (feature === "github-actions") {
|
||||
featuresList.push("- **GitHub Actions** - CI/CD workflows");
|
||||
} else if (feature === "SEO") {
|
||||
featuresList.push("- **SEO** - Search engine optimization tools");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user