chore: Define JS engine requirements in package.json
This commit is contained in:
parent
0cac57dd15
commit
1b3600a1c9
1 changed files with 6 additions and 1 deletions
|
@ -38,5 +38,10 @@
|
||||||
"vite-plugin-vuetify": "^2.0.3",
|
"vite-plugin-vuetify": "^2.0.3",
|
||||||
"vue-router": "^4.4.0",
|
"vue-router": "^4.4.0",
|
||||||
"vue-tsc": "^2.1.10"
|
"vue-tsc": "^2.1.10"
|
||||||
}
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.16",
|
||||||
|
"pnpm": "^9.15"
|
||||||
|
},
|
||||||
|
"engineStrict": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue