migrated from zod v3 to zod v4

This commit is contained in:
2025-10-20 15:02:53 +02:00
parent 8b1e9d1cf6
commit 4d1c06c5be
16 changed files with 229 additions and 328 deletions

View File

@@ -1,5 +1,5 @@
import { defineConfig } from 'tsdown'
import packageJson from './package.json' with { type: 'json' }
import packageJson from '%/package.json' with { type: 'json' }
export default defineConfig((options) => {
const dev = !!options.watch