feat: 完善视频任务与 KOC 资源库
This commit is contained in:
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
serverExternalPackages: ["mysql2"],
|
||||
serverExternalPackages: ["mysql2", "sharp"],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user