Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 26, 2024
1 parent 786c674 commit fc768f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/roboshield/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { withSentryConfig } = require("@sentry/nextjs");
const path = require("path");

const { withSentryConfig } = require("@sentry/nextjs");

const PROJECT_ROOT = process.env.PROJECT_ROOT?.trim();
const outputFileTracingRoot = PROJECT_ROOT
? path.resolve(__dirname, PROJECT_ROOT)
Expand Down

0 comments on commit fc768f5

Please sign in to comment.