mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-07 20:06:33 -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
|
||||
import { z } from 'zod';
|
||||
|
||||
// If this line fails, you're not running Node v18 or higher. Please upgrade.
|
||||
const TimezoneSchema = z.enum(Intl.supportedValuesOf("timeZone"));
|
||||
import { TimezoneSchema } from '@/utils/timezone';
|
||||
|
||||
/**
|
||||
* Specify your server-side environment variables schema here.
|
||||
|
||||
Reference in New Issue
Block a user