mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Remove default "--addons none" flag when no addons selected
This commit is contained in:
@@ -441,8 +441,6 @@ const StackArchitect = () => {
|
|||||||
|
|
||||||
if (stackState.addons.length > 0) {
|
if (stackState.addons.length > 0) {
|
||||||
flags.push(`--addons ${stackState.addons.join(" ")}`);
|
flags.push(`--addons ${stackState.addons.join(" ")}`);
|
||||||
} else {
|
|
||||||
flags.push("--addons none");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stackState.examples.length > 0) {
|
if (stackState.examples.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user