fixup! Fix tests.

This commit is contained in:
2025-12-10 21:41:36 +00:00
parent f0a72ae4fc
commit 3d5a95d7e1
5 changed files with 63 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ node_modules/
git-velocity
.repos/
.cache/
dist/
/dist/
web/dist/
web/public/data
config.yaml
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git Velocity</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script type="module" crossorigin src="./assets/index-0FJP5bbM.js"></script>
<link rel="modulepreload" crossorigin href="./assets/chart-BR_H7_9u.js">
<link rel="stylesheet" crossorigin href="./assets/index-BItowgpY.css">
</head>
<body class="min-h-screen bg-gradient-to-br from-gray-50 to-gray-100 dark:from-gray-900 dark:to-gray-800 font-sans transition-colors duration-300">
<div id="app"></div>
</body>
</html>