Skip to content

Commit 5c497ff

Browse files
committed
Fix type checks
1 parent 6a8ee1f commit 5c497ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-tests-next/fixtures/rolldown/errorhandling.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { sentryRollupPlugin } from "@sentry/rollup-plugin";
22
import { defineConfig } from "rolldown";
33
import { getErrorHandlingConfig } from "../configs/errorhandling.config.js";
44

5-
const FAKE_SENTRY_PORT = process.env.FAKE_SENTRY_PORT || "9876";
5+
const FAKE_SENTRY_PORT = process.env["FAKE_SENTRY_PORT"] || "9876";
66

77
export default defineConfig({
88
input: "src/basic.js",

0 commit comments

Comments
 (0)