mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update env.ts
This commit is contained in:
@@ -176,7 +176,7 @@ const envSchema = z
|
||||
.string()
|
||||
.optional()
|
||||
.transform((val) => {
|
||||
// if (process.env.NODE_ENV === "development") return "/usr/local/lib/softhsm/libsofthsm2.so";
|
||||
if (process.env.NODE_ENV === "development") return "/usr/local/lib/softhsm/libsofthsm2.so";
|
||||
return val;
|
||||
})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user