Skip to content

Commit

Permalink
chore(server): clean-up (#11968)
Browse files Browse the repository at this point in the history
* feat(server): clean-up
  • Loading branch information
fiji-flo authored Oct 25, 2024
1 parent ed311eb commit 82d4df2
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 200 deletions.
1 change: 0 additions & 1 deletion libs/env/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const INTERACTIVE_EXAMPLES_BASE_URL: string;
export const STATIC_ROOT: string;
export const PROXY_HOSTNAME: string;
export const CONTENT_HOSTNAME: string;
export const OFFLINE_CONTENT: boolean;
export const FAKE_V1_API: boolean;
export const SENTRY_DSN_BUILD: string;
export const OPENAI_KEY: string;
Expand Down
1 change: 0 additions & 1 deletion libs/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export const STATIC_ROOT =
export const PROXY_HOSTNAME =
process.env.REACT_APP_KUMA_HOST || "developer.mozilla.org";
export const CONTENT_HOSTNAME = process.env.SERVER_CONTENT_HOST;
export const OFFLINE_CONTENT = process.env.SERVER_OFFLINE_CONTENT === "true";

export const FAKE_V1_API = parse(process.env.SERVER_FAKE_V1_API || false);

Expand Down
Loading

0 comments on commit 82d4df2

Please sign in to comment.