UNPKG

@notes-sync/service

Version:

Background service for AI-powered note synchronization

7 lines (6 loc) 201 B
/** * Main entry point for the Notes Sync Service * This file serves as the primary entry point for both direct execution and service installation */ import { main } from "./main"; export { main };