build: specify pnpm as the package manager

Add packageManager field to package.json with pnpm@10.33.2
This commit is contained in:
2026-05-08 14:53:34 +08:00
parent f77f4390b6
commit b05cfd2c0e

View File

@@ -1,6 +1,7 @@
{ {
"name": "dinner-ticket-system", "name": "dinner-ticket-system",
"type": "module", "type": "module",
"packageManager": "pnpm@10.33.2",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",