diff --git a/src/bin.ts b/src/bin.ts index 62d8309..fbb156f 100644 --- a/src/bin.ts +++ b/src/bin.ts @@ -38,7 +38,7 @@ function createProgressSpin() { } const schemaDocument = new SchemaDocument( - new URL("./schema.json", import.meta.url), + new URL("../schema.json", import.meta.url), ); type MainOptions = {