diff --git a/conductor.json b/conductor.json new file mode 100644 index 0000000000..ef5c740b55 --- /dev/null +++ b/conductor.json @@ -0,0 +1,6 @@ +{ + "scripts": { + "setup": "yarn install", + "run": "yarn web --port $CONDUCTOR_PORT" + } +} \ No newline at end of file