We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca468dc commit a599d3aCopy full SHA for a599d3a
apps/sim/lib/env.ts
@@ -157,4 +157,4 @@ export const env = createEnv({
157
export const isTruthy = (value: string | boolean | number | undefined) =>
158
typeof value === 'string' ? value === 'true' || value === '1' : Boolean(value)
159
160
-export { getEnv }
+export { getEnv }
0 commit comments