Skip to content

Commit 14f3c5f

Browse files
committed
fixup! resolve reviews
1 parent be60acf commit 14f3c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/node-config-schema/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
OPTION_HEADER_KEY_REGEX,
66
} from './constants.mjs';
77
import { join } from 'node:path';
8-
import schema from './schema.json' with { type: 'json ' };
8+
import schema from './schema.json' with { type: 'json' };
99

1010
/**
1111
* This generator generates the `node.config.json` schema.

0 commit comments

Comments
 (0)