Skip to content

Commit

Permalink
fix: failed to resolve config utils
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez authored Jan 24, 2025
1 parent 9473d77 commit 9e42c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/node-fastify/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Needs to be imported here at the very beginning so that auto-instrumentation works for the imported modules
import '../instrument.mjs';
import './instrument';

import fastify, { FastifyInstance, FastifyServerOptions } from 'fastify';
import autoload from '@fastify/autoload';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Sentry from '@sentry/node';
import { getConfig } from './src/utils/config';
import { getConfig } from './utils/config';

const config = getConfig();

Expand Down

0 comments on commit 9e42c80

Please sign in to comment.