migrate to root dir

This commit is contained in:
2025-08-08 19:26:21 +02:00
parent cf8219691b
commit 8720500442
41 changed files with 2478 additions and 4440 deletions

16
next.config.ts Normal file
View File

@@ -0,0 +1,16 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
serverExternalPackages: [
"ffmpeg-static",
"ffprobe-static",
"googleapis",
"openai",
"js-yaml",
"p-limit",
"zod",
"dotenv",
],
};
export default nextConfig;