mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
support args to ts-run
This commit is contained in:
parent
20d9a26a8c
commit
036d04a7b1
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@
|
||||||
|
|
||||||
ANKI_DATA_FOLDER=$(pwd)/bazel-bin/qt/aqt/data \
|
ANKI_DATA_FOLDER=$(pwd)/bazel-bin/qt/aqt/data \
|
||||||
QTWEBENGINE_REMOTE_DEBUGGING=8080 \
|
QTWEBENGINE_REMOTE_DEBUGGING=8080 \
|
||||||
ANKI_API_PORT=40000 ANKIDEV=1 ./run
|
ANKI_API_PORT=40000 ANKIDEV=1 ./run $*
|
||||||
|
|
Loading…
Reference in a new issue