remove ls

This commit is contained in:
Ryan 2025-04-10 00:03:23 +10:00
parent d7942a572b
commit ef8ad9f790

View File

@ -29,9 +29,6 @@ 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.
echo "Starting Medusa server..."
exec npm start