feat: código inicial do client Electron com auto-updater integrado

This commit is contained in:
VPS 4 Builder
2026-05-28 02:05:32 +02:00
parent 94990ba299
commit db99057022
12 changed files with 2829 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@echo off
title Dental Client - Monitor
echo Iniciando Dental Client...
node client-monitor.js
pause