Spaces:
Sleeping
Sleeping
File size: 184 Bytes
6b618de | 1 2 3 4 5 6 | #!/bin/bash
echo "🌱 Seeding DeltaMind database with Niger Delta production data..."
curl -X POST http://localhost:7860/api/seed
echo ""
echo "✅ Database seeded successfully"
|