ref: only use yarn !

This commit is contained in:
M1000fr 2024-11-26 19:30:51 +01:00
parent f11b45e8b5
commit fca30bb5bd
4 changed files with 727 additions and 9677 deletions

5497
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\""
},
"dependencies": {
"next": "15.0.3",

File diff suppressed because it is too large Load Diff

1171
yarn.lock

File diff suppressed because it is too large Load Diff