mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-15 20:25:22 +02:00
chore: update package.json to include pnpm configuration
- Added pnpm configuration to specify only built dependencies for esbuild in package.json, enhancing dependency management.
This commit is contained in:
@@ -52,5 +52,8 @@
|
||||
"test": "vitest run",
|
||||
"publish": "npm publish"
|
||||
},
|
||||
"types": "dist/index.d.ts"
|
||||
"types": "dist/index.d.ts",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": ["esbuild"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user