chore: sync with upstream

This commit is contained in:
valarchie 2023-06-11 15:55:27 +08:00
parent 8d66e6fa15
commit 10e4598979
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# 平台本地运行端口号
VITE_PORT = 8848
VITE_PORT = 80
# 开发环境读取配置文件路径
VITE_PUBLIC_PATH = /

View File

@ -21,8 +21,8 @@ export function viteBuildInfo(): Plugin {
bold(
green(
`👏欢迎使用${blue(
"[vue-pure-admin]"
)}star哦💖 https://github.com/pure-admin/vue-pure-admin`
"[Agileboot全栈项目]"
)}star哦💖 https://github.com/valarchie/agileboot-back-end`
)
)
);

View File

@ -1,6 +1,6 @@
{
"name": "pure-admin-thin",
"version": "4.3.0",
"name": "agileboot-front-end-pure",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
@ -130,7 +130,7 @@
"stable": "*"
}
},
"repository": "git@github.com:pure-admin/pure-admin-thin.git",
"author": "xiaoxian521",
"repository": "git@github.com:valarchie/agileboot-front-end-pure.git",
"author": "valarchie",
"license": "MIT"
}