mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): fix nuxt template issues with bun
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
[install]
|
||||
linker = "isolated"
|
||||
7
apps/cli/templates/extras/bunfig.toml.hbs
Normal file
7
apps/cli/templates/extras/bunfig.toml.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
{{#if (includes frontend "nuxt")}}
|
||||
# [install]
|
||||
# linker = "isolated"
|
||||
{{else}}
|
||||
[install]
|
||||
linker = "isolated"
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user