singleton service

This commit is contained in:
Max Peintner
2025-01-14 16:36:56 +01:00
parent 92516e695a
commit 102dba0e51
3 changed files with 232 additions and 63 deletions

View File

@@ -7,3 +7,4 @@ export type { JsonObject } from "@bufbuild/protobuf";
export type { GenService } from "@bufbuild/protobuf/codegenv1";
export { TimestampSchema, timestampDate, timestampFromDate, timestampFromMs, timestampMs } from "@bufbuild/protobuf/wkt";
export type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
export type { Client } from "@connectrpc/connect";