We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618678b commit a7420acCopy full SHA for a7420ac
src/index.ts
@@ -345,7 +345,7 @@ export const node = () => {
345
? options
346
: {
347
...options,
348
- // @ts-expect-error
+ // @ts-ignore
349
host: options?.hostname
350
},
351
() => {
@@ -405,7 +405,7 @@ export const node = () => {
405
406
407
408
409
410
}
411
)
@@ -440,7 +440,7 @@ export const node = () => {
440
app.modules.then(() => {
441
if (typeof options === 'object')
442
try {
443
444
serverInfo.reload(options)
445
} catch {}
446
})
0 commit comments