Skip to content

Commit

Permalink
Remove clientmode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniTroid committed Feb 11, 2024
1 parent d8fa7d7 commit 3414083
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webAO/constants/clientData.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
declare let __APP_VERSION__: string;
export const clientVersion = __APP_VERSION__;
declare let __MODE__: string;
export const clientMode = (import.meta as any).env.MODE;

0 comments on commit 3414083

Please sign in to comment.