refactor: clean up import statements and update docker-compose configuration

This commit is contained in:
2025-10-17 22:46:08 +02:00
parent 337b07f3c5
commit c266a6d6ac
10 changed files with 1299 additions and 440 deletions

View File

@@ -1,5 +1,5 @@
import NextAuth from 'next-auth';
import { authOptions } from '../../../../lib/auth'
import { authOptions } from '../../../../lib/auth';
const handler = NextAuth(authOptions);