From 9a3f9e12ea5f29e0ce28eae6cf5e5b219ed5e469 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 16 Apr 2021 11:48:46 +1000 Subject: [PATCH] enable webengine port in scripts/ts-run --- scripts/ts-run | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ts-run b/scripts/ts-run index 7d93035f6..ed0d7984e 100755 --- a/scripts/ts-run +++ b/scripts/ts-run @@ -7,4 +7,5 @@ # http://localhost:40000/_anki/pages/deckconfig.html ANKI_DATA_FOLDER=$(pwd)/bazel-bin/qt/aqt/data \ + QTWEBENGINE_REMOTE_DEBUGGING=8080 \ ANKI_API_PORT=40000 ANKIDEV=1 ./run