fix: pre-production fixes, add docker-compose.production.yml

This commit is contained in:
Vasily Zubarev
2025-04-03 15:43:37 +02:00
parent 144e67dfa5
commit d8711b7142
5 changed files with 36 additions and 0 deletions

View File

@@ -15,3 +15,5 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
</div>
)
}
export const dynamic = "force-dynamic"