fix(cli): comment isolated linker in bunfig.toml when native-nativewind

is selected
This commit is contained in:
Aman Varshney
2025-08-05 14:12:48 +05:30
parent c8260d7517
commit ad1d28ff28
10 changed files with 203 additions and 271 deletions

View File

@@ -1,4 +1,4 @@
{{#if (includes frontend "nuxt")}}
{{#if (or (includes frontend "nuxt") (includes frontend "native-nativewind"))}}
# [install]
# linker = "isolated"
{{else}}