fix: update project folder name to DentalManagementMH07 in shortcut scripts
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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" &
|
||||
|
||||
Reference in New Issue
Block a user