From 08970559b1e6f9ec31298a70a8a84cb57746b7f5 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Mon, 27 Feb 2023 07:24:39 +0100 Subject: [PATCH] finicky make some stuff go to work --- hosts/daedalus/finicky.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/daedalus/finicky.js b/hosts/daedalus/finicky.js index dfa47e21..d3a0b305 100644 --- a/hosts/daedalus/finicky.js +++ b/hosts/daedalus/finicky.js @@ -12,6 +12,11 @@ module.exports = { { match: 'localhost:44422', browser: "Vivaldi.app" + }, + { + match: 'localhost:7104', + browser: "Vivaldi.app" } + ] }