fix(esm): fix stale comments and use node: prefix for crypto import

This commit is contained in:
Ulas
2026-04-03 23:19:16 +02:00
parent b139eea623
commit 7a2516153c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ async function sync() {
throw new Error('[Apple] Keine Credentials konfiguriert (weder in DB noch in .env).');
}
// tsdav ist ESM-only - dynamischer Import aus CommonJS
// tsdav ist eine optionale Abhängigkeit - dynamischer Import für graceful degradation
const { createDAVClient } = await import('tsdav');
const client = await createDAVClient({