Adds .yarnrc.yml and pins packageManager in package.json so installs use yarn 4 with the node-modules linker instead of yarn classic. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
9 lines
103 B
YAML
9 lines
103 B
YAML
approvedGitRepositories:
|
|
- "**"
|
|
|
|
enableScripts: true
|
|
|
|
nodeLinker: node-modules
|
|
|
|
npmMinimalAgeGate: 0
|