Oops I didn't actually load the environment variables
This commit is contained in:
parent
f774d02a2f
commit
912cd0581a
@ -1,6 +1,9 @@
|
|||||||
|
import { config as dotenv } from "dotenv";
|
||||||
import esbuild from "esbuild";
|
import esbuild from "esbuild";
|
||||||
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
|
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
|
||||||
|
|
||||||
|
dotenv();
|
||||||
|
|
||||||
const hasToken = typeof process.env.SENTRY_AUTH_TOKEN === "string";
|
const hasToken = typeof process.env.SENTRY_AUTH_TOKEN === "string";
|
||||||
|
|
||||||
esbuild.build({
|
esbuild.build({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user