mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
rename features to addons
This commit is contained in:
@@ -19,7 +19,7 @@ function generateReadmeContent(options: ProjectConfig): string {
|
||||
packageManager,
|
||||
database,
|
||||
auth,
|
||||
features = [],
|
||||
addons = [],
|
||||
orm = "drizzle",
|
||||
} = options;
|
||||
|
||||
@@ -32,7 +32,7 @@ This project was created with [Better-T-Stack](https://github.com/better-t-stack
|
||||
|
||||
## Features
|
||||
|
||||
${generateFeaturesList(database, auth, features, orm)}
|
||||
${generateFeaturesList(database, auth, addons, orm)}
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user