develop.sh 131 B

1234567
  1. #!/bin/bash
  2. #Run migrations to ensure the database is updated
  3. medusa migrations run
  4. #Start development environment
  5. medusa develop