Skip to content

Commit

Permalink
feat(api): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Oct 7, 2024
1 parent b7cf9f4 commit 9bb4178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ws/src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { join } from 'path';
import { Module } from '@nestjs/common';
import { SentryModule } from '@sentry/nestjs/setup';
import { ServeStaticModule } from '@nestjs/serve-static';
import {
createNestLoggingModuleOptions,
Expand Down

0 comments on commit 9bb4178

Please sign in to comment.