mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-14 13:38:39 -05:00
remove comment
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { z } from "zod";
|
||||
|
||||
/**
|
||||
* Environment variable schema with validation
|
||||
*/
|
||||
const envSchema = z.object({
|
||||
// Server Configuration
|
||||
NODE_ENV: z.enum(["development", "production", "test"]).default("development"),
|
||||
|
||||
Reference in New Issue
Block a user