semistrict
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, runtime: "edge" } module.exports = nextConfig
Better James