mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
var nodeCrypto = require("crypto");
|
|
var dotenv = require("dotenv");
|
|
|
|
dotenv.config();
|
|
|
|
global.crypto = nodeCrypto;
|