fix: commit semantic repair changes

This commit is contained in:
2026-03-21 11:22:25 +03:00
parent 0900208c1a
commit abee05558f
272 changed files with 4603 additions and 1668 deletions

6
run.sh
View File

@@ -1,4 +1,8 @@
#!/bin/bash
# [DEF:run:Module]
# @PURPOSE: Utility script for run
# @TIER: TRIVIAL
# @COMPLEXITY: 1
# Project Launch Script
# Automates setup and concurrent execution of backend and frontend servers.
@@ -222,3 +226,5 @@ start_frontend
echo "Services are running. Press Ctrl+C to stop."
wait
# [/DEF:run:Module]