prevent opening in the browser

This commit is contained in:
henryruhs
2026-03-05 21:54:49 +01:00
parent 72ed895ae2
commit aa938bd72b
+2 -2
View File
@@ -48,11 +48,11 @@ module.exports = () =>
}
},
{
method: 'browser.open',
method: 'web.open',
params:
{
uri: '{{ local.url }}',
target: '_blank'
target: '_top'
}
},
{