Service
Service is a powerful feature of Runy that allows to organize and manage local processes with ease. A service is configured using a TypeScript program that defines how the service should run, its dependencies, and how it interacts with the system.
Services are currently managed though the Runy SDK and require a bit of setup. This guide will walk you through the process of creating and managing a service.