mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-23 11:46:08 -05:00
validate environment variables at build time
This commit is contained in:
@@ -65,8 +65,3 @@ export const ThemeScript = () => (
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
||||
// debugging help pls
|
||||
if (process.env.NODE_ENV !== "production") {
|
||||
ThemeContext.displayName = "ThemeContext";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user