Files
2026-07-13 12:58:18 +08:00

10 lines
150 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
turbopack: {
root: process.cwd(),
},
};
export default nextConfig;