[?] added packageManager to package.json

This commit is contained in:
Gyuri Horak 2024-06-11 14:22:11 +02:00
parent deb6a9b9a6
commit 3e95060622
No known key found for this signature in database
GPG key ID: 4993F07B3EAE8D38

View file

@ -19,6 +19,7 @@
"type": "git", "type": "git",
"url": "https://github.com/CorentinTh/it-tools" "url": "https://github.com/CorentinTh/it-tools"
}, },
"packageManager": "pnpm@9.3.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build", "build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build",