mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
fix: lock node vision
This commit is contained in:
parent
bf1cfcdd27
commit
bf5445b6e4
1
.npmrc
1
.npmrc
@ -2,3 +2,4 @@ registry=https://registry.npmmirror.com/
|
||||
shamefully-hoist=true
|
||||
strict-peer-dependencies=false
|
||||
auto-install-peers=true
|
||||
engine-strict = true
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user