mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add unistyles
This commit is contained in:
@@ -27,7 +27,10 @@ export async function getExamplesChoice(
|
||||
if (database === "none") return [];
|
||||
|
||||
const onlyNative =
|
||||
frontends && frontends.length === 1 && frontends[0] === "native";
|
||||
frontends &&
|
||||
frontends.length === 1 &&
|
||||
(frontends[0] === "native-nativewind" ||
|
||||
frontends[0] === "native-unistyles");
|
||||
if (onlyNative) {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user