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

chore(ssr): change default port 3000 to 5173

上级 d909c0d2
......@@ -117,7 +117,7 @@ export async function createSSRServer(
const logger = createLogger(options.logLevel)
const serverOptions = vite.config.server || {}
let port = options.port || serverOptions.port || 3000
let port = options.port || serverOptions.port || 5173
let hostname: string | undefined
if (options.host === 'localhost') {
// Use a secure default
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册