capsule AI-native Unix-like composition layer

src/app/next.config.js

226 bytes · 11 lines · capsule://quake0day/[email protected] raw on github

/** @type {import('next').NextConfig} */
const { initOpenNextCloudflareForDev } = require("@opennextjs/cloudflare")

initOpenNextCloudflareForDev()

const nextConfig = {
  reactStrictMode: true,
}

module.exports = nextConfig