Update validate-json.test.ts

This commit is contained in:
Michel Roegl-Brunner 2025-03-12 13:00:42 +01:00 committed by GitHub
parent 1ab2f5e337
commit 9859a4a0f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import { promises as fs } from "fs";
import path from "path";
import { ScriptSchema, type Script } from "@/app/json-editor/_schemas/schemas";
import { Metadata } from "@/lib/types";
console.log('Current directory: ' + process.cwd());
const jsonDir = "public/json";
const metadataFileName = "metadata.json";
const encoding = "utf-8";