Skip to content

Instantly share code, notes, and snippets.

@nk4dev
Created September 13, 2025 14:20
Show Gist options
  • Select an option

  • Save nk4dev/d46d42a549dac2c13c3333a063b14d05 to your computer and use it in GitHub Desktop.

Select an option

Save nk4dev/d46d42a549dac2c13c3333a063b14d05 to your computer and use it in GitHub Desktop.
const nextConfig= {
outputFileTracingIncludes: {
"*": [
"node_modules/@emotion/react/**/*",
"node_modules/@emotion/styled/**/*",
"node_modules/@emotion/utils/**/*",
"node_modules/@emotion/use-insertion-effect-with-fallbacks/**/*"
]
}
};
export default nextConfig;
import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare";
initOpenNextCloudflareForDev();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment