fix(cli): fix nuxt template issues with bun

This commit is contained in:
Aman Varshney
2025-07-31 17:26:09 +05:30
parent 4096f80eed
commit 53985feabb
6 changed files with 33 additions and 9 deletions

View File

@@ -1,2 +0,0 @@
[install]
linker = "isolated"

View File

@@ -0,0 +1,7 @@
{{#if (includes frontend "nuxt")}}
# [install]
# linker = "isolated"
{{else}}
[install]
linker = "isolated"
{{/if}}