From d73ff964dbe61c399c5d44a80c15ca7dfc1fe411 Mon Sep 17 00:00:00 2001 From: expressgy Date: Tue, 22 Apr 2025 01:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99resd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 8db63d3..c3e63cd 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -27,9 +27,8 @@ async function startBroswer(address: AddressInfo | string | null) { const host = address.address === '::' ? 'localhost' : address.address const port = address.port const url = `http://${host}:${port}`; - let resd; try { - resd = await open(url, { + await open(url, { app: { name: apps.chrome, arguments: [