Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| deda4c8d23 | |||
| 81fbd809ce | |||
| e1b4e4db81 | |||
| 7ace2430e2 | |||
| fcf642af2a | |||
| 7789e7177d | |||
| e55f0de49c | |||
| bcc6fdd2c0 | |||
| cc1df62521 | |||
| 5b1cdf7e40 | |||
| 4c48a177a1 | |||
| da8bbbc01d | |||
| 4e73d17fb3 | |||
| 12fca716ac | |||
| f93bea69c6 | |||
| aad04e3387 | |||
| feb0b5f5f5 | |||
| 33fe385052 | |||
| 3b6b12d354 |
@@ -52,12 +52,3 @@ TODO.md
|
|||||||
./frontend/tasks/
|
./frontend/tasks/
|
||||||
./docs/plans/
|
./docs/plans/
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
|
||||||
# Build output & dist
|
|
||||||
dist/
|
|
||||||
build/
|
|
||||||
frontend/dist/
|
|
||||||
|
|
||||||
# Build artifacts & temp files
|
|
||||||
*.py
|
|
||||||
PY
|
|
||||||
|
|||||||
@@ -394,7 +394,7 @@ app.get('/api/today/:programId', async (req, res) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(PORT, '0.0.0.0', () => {
|
app.listen(PORT, () => {
|
||||||
console.log(`Gravl API running on port ${PORT}`);
|
console.log(`Gravl API running on port ${PORT}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
+1
File diff suppressed because one or more lines are too long
-67
File diff suppressed because one or more lines are too long
+67
File diff suppressed because one or more lines are too long
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -11,8 +11,8 @@
|
|||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||||
<title>Gravl - Träning</title>
|
<title>Gravl - Träning</title>
|
||||||
<script type="module" crossorigin src="/assets/index-hhKetRGz.js"></script>
|
<script type="module" crossorigin src="/assets/index-kl2SjtTw.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-my_lGtI5.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-D0xrERyI.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user