We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d3644 commit 80ecc0bCopy full SHA for 80ecc0b
src/constants/index.ts
@@ -1,3 +1,3 @@
1
export const API_URL = import.meta.env.VITE_API_URL || '';
2
export const DEV = import.meta.env.DEV;
3
-export const MAX_GUESSES = 6;
+export const MAX_GUESSES = 10;
0 commit comments