Dockerizado y con script de instalación

This commit is contained in:
igferne
2026-01-07 13:35:29 +01:00
parent e4f985e6aa
commit a706bf980d
13 changed files with 393 additions and 1333 deletions

View File

@@ -8,7 +8,7 @@ type SegmentMapping = {
};
const API_BASE_URL =
import.meta.env.VITE_API_BASE_URL || 'http://localhost:8000';
import.meta.env.VITE_API_BASE_URL || '';
function getAuthHeader(): Record<string, string> {
const user = import.meta.env.VITE_API_USERNAME;