mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-06 15:14:34 -06:00
Allow Intl.supportedValuesOf usage in schema.mjs
This commit is contained in:
1
src/env/schema.mjs
vendored
1
src/env/schema.mjs
vendored
@@ -1,6 +1,7 @@
|
||||
// @ts-check
|
||||
import { z } from 'zod';
|
||||
|
||||
// @ts-ignore
|
||||
const TimezoneSchema = z.enum(Intl.supportedValuesOf("timeZone"));
|
||||
/**
|
||||
* Specify your server-side environment variables schema here.
|
||||
|
||||
Reference in New Issue
Block a user