separate local and client api calls

This commit is contained in:
2026-07-28 09:16:40 +03:30
parent df34692325
commit e3b5fb7fec
5 changed files with 27 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
PORT=6001
VERCEL_PROJECT_PRODUCTION_URL=http://localhost:6001
LOCAL_API_BASE_URL=http://localhost:6001/api
NEXT_PUBLIC_API_BASE_URL=http://localhost:6001/api