Build related issues resolution

This commit is contained in:
Stephanos A
2026-06-02 19:14:34 +03:00
parent 34940ca843
commit dcba12993f
42 changed files with 632 additions and 550 deletions

View File

@@ -1,7 +1,7 @@
import axios from "axios";
export const api = axios.create({
baseURL: import.meta.env.VITE_API_URL,
baseURL: process.env.NEXT_PUBLIC_API_URL || 'http://localhost:4000',
});
// TODO: integrate @edr/auth — add a request interceptor here that attaches