@@ -1,2 +1,13 @@
lint:
golangci-lint run
server:
air -c .air_server.toml
client:
while true; do \
go run cmd/client/main.go;\
echo "Client has exited, restarting...";\
sleep 2;\
done
The note is not visible to the blocked user.