This commit is contained in:
Matthieu Jolimaitre 2024-11-15 04:57:59 +01:00
commit f978b8af17
21 changed files with 4015 additions and 0 deletions

5
watch_server Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
regar -sc 'cargo run --release --bin=server' src