build: specify pnpm as the package manager
Add packageManager field to package.json with pnpm@10.33.2
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "dinner-ticket-system",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.33.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
|
||||
Reference in New Issue
Block a user