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: [