From abd671d4cdbbf9429ac61786255b4eb0d7e69a67 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 30 Oct 2021 09:14:33 +1000 Subject: [PATCH] fix ts-run Closes #1468 --- scripts/ts-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ts-run b/scripts/ts-run index 0211cd70d..dbcfbe4fc 100755 --- a/scripts/ts-run +++ b/scripts/ts-run @@ -6,6 +6,6 @@ # The pages can be accessed by, eg surfing to # http://localhost:40000/_anki/pages/deckconfig.html -ANKI_DATA_FOLDER=$(pwd)/bazel-bin/qt/aqt/data \ +ANKI_DATA_FOLDER=$(pwd)/bazel-bin/qt/aqt \ QTWEBENGINE_REMOTE_DEBUGGING=8080 \ ANKI_API_PORT=40000 ANKIDEV=1 ./run $*