-
Shoreline uses typescript 4+ features, that are not supported by the Render framework. This often causes problems and confusion in the You can achieve this with:
module.exports = {
typescript: {
transpileOnly: true
}
}
Using this config has a couple of implications:
|
Beta Was this translation helpful? Give feedback.
Answered by
matheusps
Feb 7, 2024
Replies: 1 comment
-
Shoreline is not optimized for render. Its optimal use is with NextJs > 12 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matheusps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shoreline is not optimized for render. Its optimal use is with NextJs > 12