Go to file
Matt d378fd7439
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m37s Details
Build and Push Docker Image / build (push) Successful in 3m54s Details
Fix CI: use npm install instead of npm ci
The lint-and-typecheck job was using npm ci which requires
package-lock.json to be in sync. Changed to npm install for
Prisma 7 upgrade compatibility.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 14:47:05 +01:00
.gitea/workflows Fix CI: use npm install instead of npm ci 2026-01-17 14:47:05 +01:00
deploy Change Hub port from 3000 to 3847 2026-01-17 14:30:45 +01:00
prisma Upgrade to Prisma 7 with adapter pattern 2026-01-17 14:42:50 +01:00
public fix: Fix Docker build for public directory 2026-01-06 13:55:36 +01:00
src Upgrade to Prisma 7 with adapter pattern 2026-01-17 14:42:50 +01:00
.dockerignore chore: Add .dockerignore to speed up builds 2026-01-17 13:37:29 +01:00
.env.example feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
.env.local.example feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
.gitignore Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
CLAUDE.md Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
Dockerfile Use npm install instead of npm ci for Prisma 7 upgrade 2026-01-17 14:44:13 +01:00
docker-compose.yml Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
eslint.config.mjs Fix ESLint config - bypass FlatCompat circular reference bug 2026-01-17 12:39:59 +01:00
hub.nginx.conf Add nginx configuration for Hub deployment 2025-12-22 14:23:24 +01:00
next.config.ts Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
package-lock.json Fix ESLint config - bypass FlatCompat circular reference bug 2026-01-17 12:39:59 +01:00
package.json Upgrade to Prisma 7 with adapter pattern 2026-01-17 14:42:50 +01:00
postcss.config.js feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
tailwind.config.ts Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
tsconfig.json Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00
vitest.config.ts Complete Hub Admin Dashboard with analytics, settings, and enterprise features 2026-01-17 12:33:11 +01:00