We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be60acf commit 14f3c5fCopy full SHA for 14f3c5f
src/generators/node-config-schema/index.mjs
@@ -5,7 +5,7 @@ import {
5
OPTION_HEADER_KEY_REGEX,
6
} from './constants.mjs';
7
import { join } from 'node:path';
8
-import schema from './schema.json' with { type: 'json ' };
+import schema from './schema.json' with { type: 'json' };
9
10
/**
11
* This generator generates the `node.config.json` schema.
0 commit comments