feat(F-164): completed feature

This commit is contained in:
chattie
2026-08-22 18:25:21 +02:00
parent 9018c89590
commit 08af6caf50
20 changed files with 982 additions and 227 deletions

View File

@@ -1,6 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'tailwindcss';
:root {
--color-primary: #2D6A4F;

View File

@@ -3,7 +3,7 @@ import type { NextRequest } from 'next/server';
const PUBLIC_PATHS = ['/login', '/api/auth'];
export function middleware(request: NextRequest) {
export function proxy(request: NextRequest) {
const { pathname } = request.nextUrl;
// Allow public paths