feat: multi tab session

This commit is contained in:
2024-11-06 14:53:07 +07:00
parent 86eb5eb4e6
commit 5b37d7bae5
12 changed files with 182 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
export const BASE_API_URL = process.env.EXPO_PUBLIC_API_URL || ""; //"http://10.0.0.100:3000";
export const BASE_WS_URL = BASE_API_URL.replace("http", "ws");