Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05dec24d0f | |||
| dbb8da140e | |||
| bbb2d34d90 | |||
| 01f013c9d8 | |||
| 50dc29097d | |||
| 368071ecae | |||
| 843771e935 | |||
| 4d60a269ff | |||
| 5c8dcb8b8e | |||
| 64ec7cbe4c | |||
| d52e795c75 | |||
| 45f3e5d099 |
@@ -52,12 +52,3 @@ TODO.md
|
||||
./frontend/tasks/
|
||||
./docs/plans/
|
||||
.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}`);
|
||||
});
|
||||
|
||||
|
||||
+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 href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<title>Gravl - Träning</title>
|
||||
<script type="module" crossorigin src="/assets/index-hhKetRGz.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-my_lGtI5.css">
|
||||
<script type="module" crossorigin src="/assets/index-kl2SjtTw.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D0xrERyI.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user