import type { NextConfig } from "next"; const nextConfig: NextConfig = { // No special configuration needed - using native D1 API }; export default nextConfig;