Prevent Next.js from pre compiling certain files
I have next.js project which is used as frontend and a golang project which is used as the backend.
To share config between the two, I use a config file, lets say config.toml
.
I have next.js project which is used as frontend and a golang project which is used as the backend.
To share config between the two, I use a config file, lets say config.toml
.