Merge pull request #41 from Tria-plc/feature/fayda-auth-and-email-notifications

Feature/fayda auth and email notifications
This commit is contained in:
Mihretu Endeshaw
2026-08-28 14:43:49 +03:00
committed by GitHub
33 changed files with 911 additions and 202 deletions

View File

@@ -11,9 +11,7 @@ import type {
ValidationIssue,
} from './licensing.types';
const BASE_API_URL =
(import.meta as { env?: Record<string, string> }).env?.['VITE_BASE_API_URL'] ??
'http://localhost:3000/api';
import { BASE_API_URL } from '../../base-api/base-query-with-reauth';
/**
* Uploads a document straight to the API.