Skip to content

Commit

Permalink
fix: added project limit without env
Browse files Browse the repository at this point in the history
  • Loading branch information
Alokskj committed Oct 21, 2024
1 parent 9885b8c commit f421332
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/lib/constant.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export const maxFreeProjectLimit = parseInt(
import.meta.env.VITE_MAX_FREE_PROJECT_LIMIT,
10,
);
export const maxFreeProjectLimit = 5;

0 comments on commit f421332

Please sign in to comment.