remove stdout interception logic

This commit is contained in:
Shawn Morreau
2025-11-21 14:08:36 -05:00
parent 589592372f
commit 264dcc072c
2 changed files with 1 additions and 57 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import { configure } from "arktype/config";
configure({
toJsonSchema: {
// dialect: null,
dialect: null,
},
});