We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3369513 commit fe3040fCopy full SHA for fe3040f
src/config.js
@@ -1,4 +1,4 @@
1
-const MODE = 1; // 1-DEV, 2-PROD
+const MODE = 2; // 1-DEV, 2-PROD
2
3
const SERVER_URL_DEV = 'http://localhost:5000';
4
0 commit comments