feat: machine and instance storage

This commit is contained in:
Cristina Poncela Cubeiro
2026-06-18 13:09:48 +02:00
parent 92e28e9c51
commit 5f60fc01d7
4 changed files with 85 additions and 1 deletions
+2
View File
@@ -2,3 +2,5 @@ export * from "./config.ts";
export * from "./ipc/client.ts";
export * from "./ipc/protocol.ts";
export * from "./ipc/server.ts";
export * from "./storage.ts";
export * from "./types.ts";