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 = / VITE_PUBLIC_PATH = /

View File

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

View File

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