script update

This commit is contained in:
Ryan 2025-04-09 21:22:02 +10:00
parent 995a83a238
commit a5a3fe8d25

View File

@ -29,6 +29,9 @@ fi
# Change directory to the Medusa project folder.
cd "$PROJECT_DIR"
# List the contents of the project directory to verify installation.
ls -la
# Finally, start the Medusa server in development/production mode as desired.
# For example, here we run the development server:
echo "Starting Medusa server..."