feat: 🚀 添加开发和生产环境访问路径
This commit is contained in:
parent
2b0e5027ce
commit
90a40d93dc
|
@ -9,8 +9,11 @@ dayjs.extend(duration);
|
|||
|
||||
const welcomeMessage = gradientString('cyan', 'magenta').multiline(
|
||||
`您好! 欢迎使用 bunny-admin 后台管理
|
||||
项目访问地址如下:
|
||||
http://localhost:8802/`,
|
||||
项目开发访问地址如下:
|
||||
http://localhost:8202/
|
||||
项目生产访问地址如下:
|
||||
http://localhost:8202/
|
||||
`,
|
||||
);
|
||||
|
||||
const boxenOptions: BoxenOptions = {
|
||||
|
|
Loading…
Reference in New Issue