added PWA manifest,

added deploy script for Windows
This commit is contained in:
2026-02-15 17:28:16 +01:00
parent 69e5f4e320
commit 6ff28dae13
11 changed files with 107 additions and 1 deletions

9
deploy.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
call php d:\www\von\sftp\sftpsync2.php --host nutrio.tpsoft.org --user igor ^
--delete-dir /storage/tpsoft.org/nutrio/public ^
--sync d:/www/Nutrio/dist /storage/tpsoft.org/nutrio ^
--skip .git ^
--print-relative
echo ✔️ Done.