mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-25 16:07:19 +08:00
chore: sync with upstream
This commit is contained in:
parent
8d66e6fa15
commit
10e4598979
@ -1,5 +1,5 @@
|
|||||||
# 平台本地运行端口号
|
# 平台本地运行端口号
|
||||||
VITE_PORT = 8848
|
VITE_PORT = 80
|
||||||
|
|
||||||
# 开发环境读取配置文件路径
|
# 开发环境读取配置文件路径
|
||||||
VITE_PUBLIC_PATH = /
|
VITE_PUBLIC_PATH = /
|
||||||
|
@ -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`
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user