migrate from yarn to pnpm

This commit is contained in:
2023-09-01 22:10:29 +02:00
parent 3e86f10f65
commit 13af88dd7c
6 changed files with 11347 additions and 10221 deletions

View File

@@ -1 +1,4 @@
.nuxt
node_modules
.vercel
.vscode

View File

@@ -1,5 +1,3 @@
{
"extends": [
"@antfu"
]
"extends": "@antfu"
}

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false

11338
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

3
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,3 @@
packages:
- 'src/**'
- '.nuxt/**'

10218
yarn.lock

File diff suppressed because it is too large Load Diff