Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops I didn't actually load the environment variables
  • Loading branch information
regalijan committed Oct 24, 2023
1 parent f774d02 commit 912cd05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions esbuild.config.js
@@ -1,6 +1,9 @@
import { config as dotenv } from "dotenv";
import esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";

dotenv();

const hasToken = typeof process.env.SENTRY_AUTH_TOKEN === "string";

esbuild.build({
Expand Down

0 comments on commit 912cd05

Please sign in to comment.