mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-09 08:06:50 -06:00
Remove duplicate definition of TimezoneSchema from schema.mjs
This commit is contained in:
4
src/env/schema.mjs
vendored
4
src/env/schema.mjs
vendored
@@ -1,8 +1,6 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
|
import { TimezoneSchema } from '@/utils/timezone';
|
||||||
// If this line fails, you're not running Node v18 or higher. Please upgrade.
|
|
||||||
const TimezoneSchema = z.enum(Intl.supportedValuesOf("timeZone"));
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify your server-side environment variables schema here.
|
* Specify your server-side environment variables schema here.
|
||||||
|
|||||||
Reference in New Issue
Block a user