login setup client added

This commit is contained in:
2025-05-13 21:08:09 +03:00
parent 015a84ccf6
commit b15f58c319
368 changed files with 12644 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
const BASE_URL = "http://localhost:3000";
const API_URL = "http://localhost:3000/api";
export const WEB_BASE_URL = process.env.WEB_BASE_URL || BASE_URL;
export const API_BASE_URL = process.env.API_BASE_URL || API_URL;