feat(node): ship managed environment startup and USB recovery

This commit is contained in:
DCCONSTRUCTIONS
2026-09-25 16:37:56 +03:00
parent 45fb14b206
commit 53818230f9
25 changed files with 900 additions and 21 deletions
@@ -182,6 +182,7 @@ func (p *PresentationStore) save(value PresentationSettings) error {
}
func (s *Server) presentationRoutes(mux *http.ServeMux) {
s.boardLayoutRoutes(mux)
p := s.Presentation
mux.HandleFunc("GET /api/presentation/settings", func(w http.ResponseWriter, r *http.Request) {
if !s.authorized(w, r) {