feat: GitPulse - Git statistics dashboard with Ollama AI summary

This commit is contained in:
2026-04-24 23:02:31 +02:00
parent 280a3534a3
commit d88dc4fd9f
37 changed files with 6101 additions and 0 deletions

6
next.config.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;