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 75ed568 commit eba54a7Copy full SHA for eba54a7
apps/generator-cli/src/app/services/config.service.ts
@@ -11,7 +11,7 @@ export class ConfigService {
11
public readonly configFile = path.resolve(this.cwd, 'openapitools.json')
12
13
private readonly defaultConfig = {
14
- $schema: 'node_modules/@openapitools/openapi-generator-cli/config.schema.json',
+ $schema: './node_modules/@openapitools/openapi-generator-cli/config.schema.json',
15
spaces: 2,
16
'generator-cli': {
17
version: undefined,
0 commit comments