Skip to content

Commit

Permalink
fix: @heroui/popover
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Jan 19, 2025
1 parent 6c8b9c6 commit 0a9039a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const listen = (port: number, host: string) => {
})

listeners.once('online', () => {
logger.info(`[server] webui 已启动 正在监听: http://${host}:${port}/web`)
logger.info(`[server] webui 已启动 正在监听: ${logger.green(`http://${host}:${port}/web`)}`)
/** logger会记录到日志文件中 */
console.log(`[server] http鉴权token: ${logger.green(process.env.HTTP_AUTH_KEY)}`)
console.log(`[server] ws鉴权token: ${logger.green(process.env.WS_SERVER_AUTH_KEY)}`)
Expand Down
3 changes: 2 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@heroui/tabs": "^2.2.8",
"@heroui/theme": "2.4.5",
"@heroui/tooltip": "^2.2.7",
"@heroui/popover": "^2.3.10",
"@hookform/resolvers": "^3.10.0",
"@react-aria/visually-hidden": "3.8.19",
"@react-types/shared": "3.27.0",
Expand Down Expand Up @@ -91,4 +92,4 @@
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a9039a

Please sign in to comment.