Skip to content

Commit bafaae2

Browse files
authored
1 parent 8b1638d commit bafaae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-schema.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ if (printOnly) {
435435
writeFileSync(latestPath, outputLatest);
436436
console.log(`Schema written to ${latestPath}`);
437437

438-
// Also write to src/ for runtime bundling (used by schema-validator.ts)
438+
// Also write to src/ for runtime loading (loaded dynamically by schema-validator.ts at startup)
439439
const srcPath = join(projectRoot, 'src', 'awf-config-schema.json');
440440
writeFileSync(srcPath, outputV1);
441441
console.log(`Schema written to ${srcPath}`);

0 commit comments

Comments
 (0)