- sistemato timeout corto

- corretto errori sulla generazione del PDF
- corretto alcune directory
- corretto fs.promise
- corretto CORS !
This commit is contained in:
Surya Paolo
2025-05-15 14:27:40 +02:00
parent 300b8434ef
commit 50015712f5
54 changed files with 1910 additions and 235 deletions

View File

@@ -17,12 +17,10 @@ cp .env.test.gruppomacro .env.production
sleep 1
mv public/upload/products ../../
mv public/upload/profile ../../
npm run buildpwatest
mv ../../products public/upload/
mv ../../profile public/upload/
echo "Sincronizzazione $SERVERDIR_WEBSITE in remoto..."
rsync -e 'ssh -p 8822' -a --exclude 'upload' dist/pwa/ pcbuser@pcb:$SERVERDIR_WEBSITE