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
This commit is contained in:
Michilis
2026-03-09 18:57:51 +00:00
parent 75105b8b46
commit bd24545b7b
61 changed files with 6595 additions and 90 deletions

View File

@@ -5,10 +5,10 @@
<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-DLhHVFKH.js"></script>
<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-D1jwjSlk.css">
<link rel="stylesheet" crossorigin href="/assets/index-C8iK5eUL.css">
</head>
<body>
<div id="root"></div>