Update validate-json.test.ts

This commit is contained in:
Michel Roegl-Brunner 2025-03-12 11:45:31 +01:00 committed by GitHub
parent 46f6b27750
commit 70c3e78e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import path from "path";
import { ScriptSchema, type Script } from "@/app/json-editor/_schemas/schemas";
import { Metadata } from "@/lib/types";
const jsonDir = "../../../../../json";
const jsonDir = "public/json";
const metadataFileName = "metadata.json";
const encoding = "utf-8";