File frontend added to app

This commit is contained in:
2024-06-25 13:47:40 +02:00
parent ad805fdca1
commit 0a83d08492
62 changed files with 497 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Define the port
PORT=9000
PORT=8080
# Check if the port is in use and release it if necessary.
echo "Checking if port $PORT is in use..."