Skip to content

Commit

Permalink
sometimes I have to question myself
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz committed Apr 11, 2024
1 parent 1add6f8 commit 635dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/core/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dayjs.extend(utc);
dayjs.extend(relativeTime);
dayjs.extend(duration);

const DEV_ENV = import.meta.env.MODE;
const DEV_ENV = import.meta.env.MODE == "development";

export const Config = {
VERSION: "0.0.1-Beta",
Expand Down

0 comments on commit 635dc92

Please sign in to comment.