Fix para lanzar el comando nuevo

This commit is contained in:
2026-03-09 17:23:13 +01:00
parent 97f8c55199
commit 4abaff17a6
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
echo "Lanzando migraciones e iniciando servidor"
npm run build
npm run migrate
npm run build:esbuild
npm run start