diff --git a/package.json b/package.json index fe516a0..a19aa70 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,6 @@ "oxlint": "^1.73.0", "typescript": "^7.0.2", "unocss": "^66.7.5" - } + }, + "packageManager": "pnpm@11.13.0" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..0a15aed --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,3 @@ +allowBuilds: + "@parcel/watcher": true + esbuild: true