Skip to content

Commit

Permalink
chore(types): update
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 14, 2025
1 parent 429bd05 commit b8b8d06
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 643 deletions.
13 changes: 8 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ import spotlightjs from "@spotlightjs/astro";
import { loadEnv } from "vite";
import partytown from "@astrojs/partytown";
import codecovplugin from "@codecov/astro-plugin";
const { SENTRY_AUTH_TOKEN, SENTRY_ORG, SENTRY_PROJECT, PWA_DEBUG, CODECOV_TOKEN } = loadEnv(
process.env.NODE_ENV,
process.cwd(),
"",
);
const {
SENTRY_AUTH_TOKEN,
SENTRY_ORG,
SENTRY_PROJECT,
PWA_DEBUG,
CODECOV_TOKEN,
WP_AUTH_REFRESH_TOKEN,
} = loadEnv(process.env.NODE_ENV, process.cwd(), "");

// https://astro.build/config
export default defineConfig({
Expand Down
Loading

0 comments on commit b8b8d06

Please sign in to comment.