Aktueller Stand
This commit is contained in:
5
backend/node_modules/@hono/node-server/dist/globals.mjs
generated
vendored
Normal file
5
backend/node_modules/@hono/node-server/dist/globals.mjs
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// src/globals.ts
|
||||
import crypto from "crypto";
|
||||
if (typeof global.crypto === "undefined") {
|
||||
global.crypto = crypto;
|
||||
}
|
||||
Reference in New Issue
Block a user