diff options
Diffstat (limited to 'playground/server')
| -rwxr-xr-x | playground/server/run.sh | 6 |
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 \ $* |
