Files
CalendarApi/frontend/dist/index.html
Michilis bd24545b7b Fix BASE_URL config loading, add tasks/projects; robust .env path resolution
- Config: try ENV_FILE, .env, ../.env for loading; trim trailing slash from BaseURL
- Log BASE_URL at server startup for verification
- .env.example: document BASE_URL
- Tasks, projects, tags, migrations and related API/handlers

Made-with: Cursor
2026-03-09 18:57:51 +00:00

17 lines
726 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📅</text></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Calendar</title>
<script type="module" crossorigin src="/assets/index-DXAGcZdG.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-BI0H_s0W.js">
<link rel="modulepreload" crossorigin href="/assets/date-huy51PAD.js">
<link rel="stylesheet" crossorigin href="/assets/index-C8iK5eUL.css">
</head>
<body>
<div id="root"></div>
</body>
</html>