fix: update project folder name to DentalManagementMH07 in shortcut scripts

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 23:04:29 -04:00
parent 8eb2bceabb
commit e7d610b970
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
PROJECT_DIR="$HOME/Desktop/DentalManagementMH06"
PROJECT_DIR="$HOME/Desktop/DentalManagementMH07"
SELENIUM_DIR="$PROJECT_DIR/apps/SeleniumService"
qterminal --title "Dental App - Dev Server" -e bash -c "cd '$PROJECT_DIR' && npm run dev; exec bash" &