Files
sf-nfc-server/deployment/develop/start.sh

5 lines
89 B
Bash
Raw Normal View History

2026-03-17 15:42:01 +01:00
#!/bin/sh
echo "Lanzando migraciones e iniciando servidor"
npm run migrate
npm run start