chore: add debug and NSSM deployment scripts to streamline local dev

and Windows service management
This commit is contained in:
2025-08-07 11:40:39 +02:00
parent 4fb751a268
commit 6fab1e1327
6 changed files with 58 additions and 0 deletions

4
deploy_nssm.sh Normal file
View File

@@ -0,0 +1,4 @@
sh nssm_stopall.sh
sh nssm_rmall.sh
sh nssm_deployall.sh
sh nssm_startall.sh