refactor: env validation typescript and common package (#1912)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import crypto from "crypto";
|
||||
|
||||
import { env } from "../env.mjs";
|
||||
import { env } from "../env";
|
||||
|
||||
const algorithm = "aes-256-cbc"; //Using AES encryption
|
||||
|
||||
|
||||
Reference in New Issue
Block a user