bigbluebutton-Github/labs/vertx-akka/run-dev.sh
Richard Alam 48e92f7f08 Prototyping client <-> server messaging
This is a prototype of sending messages between client and server outside of meteor.
2019-10-20 10:34:22 -07:00

7 lines
100 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf src/main/resources
cp -R src/universal/conf src/main/resources
sbt run