Preparando despliegue

This commit is contained in:
2026-03-17 15:42:01 +01:00
parent d64d459648
commit a470404046
6 changed files with 212 additions and 0 deletions

View File

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