fix: stabilize windows temp and path handling

This commit is contained in:
Tak Hoffman
2026-03-18 23:27:50 -05:00
parent afa95fade0
commit 3abffe0967
4 changed files with 18 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ const RUNTIME_API_EXPORT_GUARDS: Record<string, readonly string[]> = {
'export * from "./src/auto-reply.js";',
'export * from "./src/inbound.js";',
'export * from "./src/login.js";',
'export * from "./src/login-qr.js";',
'export * from "./src/media.js";',
'export * from "./src/send.js";',
'export * from "./src/session.js";',