Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueweiand committed Mar 7, 2024
1 parent 1cbe37e commit b38df01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ pids
*.pid.lock

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
.vercel
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
6 changes: 3 additions & 3 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { PersistenceModule } from './infra/persistence/persistence.module';

@Module({
imports: [
// DevtoolsModule.register({
// http: process.env.NODE_ENV !== 'production',
// }),
DevtoolsModule.register({
http: process.env.NODE_ENV !== 'production',
}),
PersistenceModule.register({
type: 'mongoose',
global: true,
Expand Down
25 changes: 0 additions & 25 deletions vercel.json

This file was deleted.

0 comments on commit b38df01

Please sign in to comment.