6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/sh
|
|
echo "Lanzando migraciones e iniciando servidor"
|
|
npm run migrate
|
|
npm run build:esbuild
|
|
npm run start
|