{{#if (or (eq webDeploy "alchemy") (eq webDeploy "wrangler"))}} import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare"; {{/if}} import type { NextConfig } from "next"; const nextConfig: NextConfig = { typedRoutes: true, }; export default nextConfig; {{#if (or (eq webDeploy "alchemy") (eq webDeploy "wrangler"))}} initOpenNextCloudflareForDev(); {{/if}}