refactor: rewrite api and view

This commit is contained in:
Simon Vieille 2025-08-27 14:58:49 +02:00
commit 62801fd487
Signed by: deblan
GPG key ID: 579388D585F70417
14 changed files with 147 additions and 147 deletions

View file

@ -5,9 +5,8 @@ export TEMPL_EXPERIMENT=rawgo
while true; do
rm -f cmd/server/rice-box.go
./node_modules/.bin/webpack
make tpl
screen -S budget -d -m go run ./cmd/server
notify-send "Budget" "Ready!"
screen -S owncastwh -d -m go run ./cmd/server
notify-send "Owncast Webhook" "Ready!"
inotifywait -r . -e close_write
screen -X -S budget quit
done