generated from incubrain/nuxt3-saas-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
230ec95
commit 1b28215
Showing
2 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
node-linker=hoisted # Helps with dependency deduplication across all Node.js apps | ||
public-hoist-pattern[]=*rollup* # Benefits both Nuxt and NestJS builds | ||
public-hoist-pattern[]=*esbuild* # Used by both Nuxt and NestJS | ||
public-hoist-pattern[]=*webpack* # NestJS uses webpack by default | ||
legacy-peer-deps=true # Helps resolve peer dependency issues across all Node.js apps | ||
shamefully-hoist=true # Ensures build dependencies are available across workspace | ||
prefer-dedupe=true # Reduces node_modules size for all apps | ||
node-linker=hoisted | ||
shamefully-hoist=true | ||
strict-peer-dependencies=false | ||
legacy-peer-deps=true | ||
resolution-mode=highest | ||
build-from-source=true | ||
platform=linux | ||
arch=x64 | ||
public-hoist-pattern[]=*rollup* | ||
public-hoist-pattern[]=*esbuild* | ||
public-hoist-pattern[]=*webpack* | ||
public-hoist-pattern[]=*types* | ||
public-hoist-pattern[]=*vue* | ||
public-hoist-pattern[]=*nuxt* | ||
public-hoist-pattern[]=*vite* | ||
public-hoist-pattern[]=@rollup/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters