first commit

This commit is contained in:
2026-04-01 15:16:25 +02:00
commit a3a136c65d
9 changed files with 236 additions and 0 deletions

2
server/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { createPostalClient, createPostalClientFromEnv } from "./postal.js";
export type { CreatePostalClientOptions, PostalClient, PostalMessageInput } from "./postal.js";