Skip to content

Commit 11fdf44

Browse files
Update swagger.ts
1 parent d4bbea4 commit 11fdf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/plugins/swagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fastifySwagger from '@fastify/swagger';
22
import fastifySwaggerUi from '@fastify/swagger-ui';
33
import fp from 'fastify-plugin';
44
// @ts-expect-error IntelliJ may not support that
5-
import packageJson from '../../package.json' assert {type: 'json'};
5+
import packageJson from '../../package.json' with {type: 'json'};
66

77
export default fp(async fastify => {
88
fastify.register(fastifySwagger, {

0 commit comments

Comments
 (0)