feat: handler

This commit is contained in:
Cristina Poncela Cubeiro
2026-06-18 13:14:01 +02:00
parent 5f60fc01d7
commit 83e8c3d39b
3 changed files with 113 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
export * from "./config.ts";
export * from "./handler.ts";
export * from "./ipc/client.ts";
export * from "./ipc/protocol.ts";
export * from "./ipc/server.ts";