create-better-t-stack 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  [install]
2
2
  {{#if (or (includes frontend "nuxt") (includes frontend "native-nativewind") (includes frontend "native-unistyles"))}}
3
- # linker = "isolated" # having issues with Nuxt and NativeWind/Unistyles
3
+ linker = "hoisted" # having issues with Nuxt and NativeWind/Unistyles when linker is isolated
4
4
  {{else}}
5
5
  linker = "isolated"
6
6
  {{/if}}