mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
chore(config): migrate pnpm workspace to biome config
This commit is contained in:
+2
-2
@@ -3,7 +3,6 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "7.2.0",
|
"version": "7.2.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"packageManager": "pnpm@11.9.0",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "npm rebuild sharp --force",
|
"postinstall": "npm rebuild sharp --force",
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
@@ -62,5 +61,6 @@
|
|||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"sharp": "^0.34.5"
|
"sharp": "^0.34.5"
|
||||||
}
|
},
|
||||||
|
"trustedDependencies": ["@biomejs/biome", "@tailwindcss/oxide", "esbuild", "sharp"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
overrides:
|
|
||||||
sharp: ^0.34.5
|
|
||||||
allowBuilds:
|
|
||||||
"@biomejs/biome": true
|
|
||||||
"@tailwindcss/oxide": true
|
|
||||||
esbuild: true
|
|
||||||
sharp: true
|
|
||||||
minimumReleaseAgeExclude:
|
|
||||||
- '@vercel/backends@0.8.21'
|
|
||||||
- '@vercel/cervel@0.1.29'
|
|
||||||
- '@vercel/express@0.1.112'
|
|
||||||
- vercel@54.18.6
|
|
||||||
Reference in New Issue
Block a user