This commit is contained in:
2024-05-09 14:31:45 +08:00
parent 9e3aa3acd3
commit 4d793e1537
11 changed files with 49 additions and 7 deletions

View File

@@ -24,9 +24,9 @@ if (process.env.npm_config_preview || rawArgv.includes('--preview')) {
)
app.listen(port, function () {
console.log(chalk.green(`> Preview at http://152.136.42.114:${port}${publicPath}`))
console.log(chalk.green(`> Preview at http://39.105.207.27:${port}${publicPath}`))
if (report) {
console.log(chalk.green(`> Report at http://152.136.42.114:${port}${publicPath}report.html`))
console.log(chalk.green(`> Report at http://39.105.207.27:${port}${publicPath}report.html`))
}
})