feat(chat): add websocket to update messages
This commit is contained in:
parent
cad4942e66
commit
5d16a83723
12 changed files with 148 additions and 68 deletions
|
|
@ -6,6 +6,7 @@ sn=owncastwh
|
|||
st="Owncast Webhook"
|
||||
|
||||
while true; do
|
||||
screen -X -S "$sn" quit
|
||||
rm -f cmd/server/rice-box.go
|
||||
./node_modules/.bin/webpack
|
||||
screen -S "$sn" -d -m go run ./cmd/server/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue