fix(lint): ran lint (#766)

This commit is contained in:
Waleed Latif
2025-07-23 01:38:09 -07:00
committed by GitHub
parent ca468dcbcd
commit a599d3ae0a

View File

@@ -157,4 +157,4 @@ export const env = createEnv({
export const isTruthy = (value: string | boolean | number | undefined) =>
typeof value === 'string' ? value === 'true' || value === '1' : Boolean(value)
export { getEnv }
export { getEnv }