#!/bin/bash
git pull
cargo b -r
cd frontend
npm install
npm run build
cd ..
cd svelte
sudo systemctl restart rot
sudo systemctl restart rot-svelte