feat: 🚀 添加开发和生产环境访问路径

This commit is contained in:
bunny 2024-05-28 13:05:22 +08:00
parent 2b0e5027ce
commit 90a40d93dc
1 changed files with 5 additions and 2 deletions

View File

@ -9,8 +9,11 @@ dayjs.extend(duration);
const welcomeMessage = gradientString('cyan', 'magenta').multiline( const welcomeMessage = gradientString('cyan', 'magenta').multiline(
`您好! 欢迎使用 bunny-admin 后台管理 `您好! 欢迎使用 bunny-admin 后台管理
访 访
http://localhost:8802/`, http://localhost:8202/
访
http://localhost:8202/
`,
); );
const boxenOptions: BoxenOptions = { const boxenOptions: BoxenOptions = {