Skip to content

Commit b63d531

Browse files
committed
docs(ecosystem): suppress expected TypeScript errors in DRZL code sample
1 parent b722349 commit b63d531

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ console.log(env.NODE_ENV) // (property) NODE_ENV: "development" | "production" |
3232
[DRZL](https://use-drzl.github.io/drzl) is zero-friction codegen for Drizzle ORM, tailored for ArkType developers. It analyzes your Drizzle schemas and generates ArkType validation schemas, services, and routers—eliminating boilerplate and ensuring seamless type safety between your database and application layers.
3333

3434
```ts
35+
// @noErrors
3536
// drzl.config.ts
3637
import { defineConfig } from "@drzl/cli/config"
3738

0 commit comments

Comments
 (0)