项目文件夹

文件
2026-07-13 12:58:18 +08:00

11 行
180 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
eslint: {
ignoreDuringBuilds: true,
},
};
export default nextConfig;