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 d15d9a9 commit 359484dCopy full SHA for 359484d
content/recipes/swc.md
@@ -135,7 +135,7 @@ declare a `generate-metadata.ts` file near the `main.ts` file with the following
135
136
```ts
137
import { PluginMetadataGenerator } from '@nestjs/cli/lib/compiler/plugins';
138
-import { ReadonlyVisitor } from '@nestjs/swagger';
+import { ReadonlyVisitor } from '@nestjs/swagger/dist/plugin';
139
140
const generator = new PluginMetadataGenerator();
141
generator.generate({
0 commit comments