develop.sh 179 B

12345678910
  1. #!/bin/bash
  2. #Install packages
  3. npm install --loglevel=error
  4. #Run migrations to ensure the database is updated
  5. medusa migrations run
  6. #Start development environment
  7. medusa develop