Agent_PDF / web /src /api.ts
Ag27 Deployer
Deploy Ag27 Table Extractor: 2026-04-29 21:58:59
b1ae7de
raw
history blame contribute delete
263 Bytes
// Centralised API base URL.
// In dev the Vite proxy rewrites /api → localhost:8002 (see vite.config.js).
// In production the .env.production sets VITE_API_BASE to the HF Space URL.
const API: string = import.meta.env.VITE_API_BASE ?? '';
export default API;