update
This commit is contained in:
@@ -52,3 +52,8 @@ export { jwt};
|
||||
// Crypto key management
|
||||
import { crypto } from 'https://deno.land/std@0.208.0/crypto/mod.ts';
|
||||
export { crypto };
|
||||
|
||||
// Node.js compatibility layer for HTTPS with SNI support
|
||||
import * as nodeHttps from 'node:https';
|
||||
import * as nodeHttp from 'node:http';
|
||||
export { nodeHttps, nodeHttp };
|
||||
|
||||
Reference in New Issue
Block a user