Skip to content

Commit 834668c

Browse files
committed
docs: remove unused envSchema definition from ecosystem index
1 parent 1f6a8cf commit 834668c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ark/docs/content/docs/ecosystem/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ Inspired by tools like [T3 Env](https://env.t3.gg) but tailored specifically for
1414
// @noErrors
1515
import { createEnv } from "arkenv"
1616

17-
const envSchema = type({
18-
HOST: "string.host",
19-
PORT: "number.port",
20-
NODE_ENV: "'development' | 'production' | 'test' = 'development'"
21-
})
22-
2317
const env = createEnv({
2418
HOST: "string.host",
2519
PORT: "number.port",

0 commit comments

Comments
 (0)