"feat: Add: Update documentation and rename scripts for better organization"

This commit is contained in:
2025-05-19 07:15:01 +02:00
parent 32ee5f065c
commit 3cca91a4ea
14 changed files with 129 additions and 104 deletions

6
scripts/debug.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
rm log.txt
docker logs myp-frontend >> log.txt
git add *
git commit -m "logs"
git push