Preparando despliegue
This commit is contained in:
5
deployment/develop/start.sh
Normal file
5
deployment/develop/start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
echo "Lanzando migraciones e iniciando servidor"
|
||||
npm run migrate
|
||||
npm run build:esbuild
|
||||
npm run start
|
||||
Reference in New Issue
Block a user