4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
echo "Lanzando migraciones e iniciando servidor"
|
|
npm run migrate && npm run start
|