Created
September 13, 2025 14:20
-
-
Save nk4dev/d46d42a549dac2c13c3333a063b14d05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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