migrate to root dir
This commit is contained in:
16
next.config.ts
Normal file
16
next.config.ts
Normal 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;
|
Reference in New Issue
Block a user