fix conflict

This commit is contained in:
yaschalew
2026-06-19 14:46:17 +03:00
parent 96abf6ed98
commit c31724a2f8
123 changed files with 1441 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
// API host is env-driven (set VITE_API_URL per environment, e.g. the remote
// https://edrfreightapi.triaplc.com for prod). Falls back to the local API for dev.
export const API_BASE_URL =
(import.meta.env.VITE_API_URL as string | undefined) ?? 'http://localhost:3001';
// export const API_BASE_URL =
// (import.meta.env.VITE_API_URL as string | undefined) ?? 'http://localhost:3001';
export const API_BASE_URL = 'http://localhost:3001';