haixunMaster/next.config.ts

7 lines
146 B
TypeScript
Raw Permalink Normal View History

2026-06-21 12:50:31 +00:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
serverExternalPackages: ["playwright"],
};
export default nextConfig;