提交 e21349b0 编写于 作者: fxy060608's avatar fxy060608

chore(ssr): format log info

上级 87a3b889
...@@ -113,7 +113,7 @@ export async function createSSRServer(options: CliOptions & ServerOptions) { ...@@ -113,7 +113,7 @@ export async function createSSRServer(options: CliOptions & ServerOptions) {
const url = `${protocol}://${host}:${chalk.bold(port)}${ const url = `${protocol}://${host}:${chalk.bold(port)}${
vite.config.base vite.config.base
}` }`
logger.info(` > ${type} ${chalk.cyan(url)}`) logger.info(` - ${type} ${chalk.cyan(url)}`)
}) })
) )
resolve(server) resolve(server)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册