fix: lock node vision

This commit is contained in:
chansee97 2024-06-05 17:52:21 +08:00
parent bf1cfcdd27
commit bf5445b6e4
2 changed files with 5 additions and 1 deletions

1
.npmrc
View File

@ -2,3 +2,4 @@ registry=https://registry.npmmirror.com/
shamefully-hoist=true
strict-peer-dependencies=false
auto-install-peers=true
engine-strict = true

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "0.9.3",
"private": true,
"description": "",
"description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.",
"author": {
"name": "chansee97",
"email": "chen.dev@foxmail.com",
@ -36,6 +36,9 @@
"naive-ui-admin",
"UnoCSS"
],
"engines": {
"node": ">= 20"
},
"scripts": {
"dev": "vite --mode dev --port 9980",
"dev:test": "vite --mode test",