refactor!: remove pnpm-lock.yaml file from the repository to eliminate redundant dependency tracking and streamline package management.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"dev": "next dev",
|
||||
"start": "next start",
|
||||
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
|
||||
"postinstall": "fumadocs-mdx",
|
||||
"postinstall_disabled": "fumadocs-mdx",
|
||||
"lint": "biome check",
|
||||
"lint:write": "biome check --write",
|
||||
"format": "biome format --write"
|
||||
@@ -32,6 +32,7 @@
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^6.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user