mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
chore: update
This commit is contained in:
parent
3f526873d8
commit
91fe227e8c
@ -3,7 +3,7 @@ command_exists () {
|
|||||||
command -v "$1" >/dev/null 2>&1
|
command -v "$1" >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Workaround for Windows 10, Git Bash and Pnpm
|
# Workaround for Windows 10, Git Bash and Yarn
|
||||||
if command_exists winpty && test -t 1; then
|
if command_exists winpty && test -t 1; then
|
||||||
exec < /dev/tty
|
exec < /dev/tty
|
||||||
fi
|
fi
|
||||||
|
@ -2,17 +2,12 @@
|
|||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@6.20.1",
|
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"build/**",
|
"build/**",
|
||||||
"mock/**",
|
"mock/**",
|
||||||
"src/**",
|
"src/**",
|
||||||
"types/**"
|
"types/**"
|
||||||
],
|
],
|
||||||
"engines": {
|
|
||||||
"node": ">= 16",
|
|
||||||
"pnpm": ">= 6"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env --max_old_space_size=4096 vite",
|
"dev": "cross-env --max_old_space_size=4096 vite",
|
||||||
"serve": "pnpm dev",
|
"serve": "pnpm dev",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user