UNPKG

@proofgeist/kit

Version:

Create web application with the ProofKit stack

13 lines (9 loc) 266 B
import { type NextConfig } from "next"; // Import env here to validate during build. import "./src/config/env"; const nextConfig: NextConfig = { experimental: { optimizePackageImports: ["@mantine/core", "@mantine/hooks"], }, }; export default nextConfig;