aboutsummaryrefslogtreecommitdiff
path: root/playground/server/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playground/server/run.sh')
-rwxr-xr-xplayground/server/run.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/playground/server/run.sh b/playground/server/run.sh
index 3db7a13..887442e 100755
--- a/playground/server/run.sh
+++ b/playground/server/run.sh
@@ -1,5 +1,7 @@
#!/bin/bash
-PYTHONPATH=../../src_py python -m opcut server \
- --ui-path ../../build/jsopcut \
+PYTHONPATH=../../src_py python -m opcut \
+ --json-schemas-path ../../schemas_json \
+ --ui-path ../../build/js \
+ server \
$*