Paraglide JS Turborepo setup #1858
-
Hey guys i wanted to start using paraglide js in my Turborepo. There is no minimal example available and i am not sure if this works as expected because it uses git for the web ui. In the docs they write the config files must be in the root of the project but because i am using this only for one of many apps, i would not set this up in the root, but in one app instead. Does somebody have experience with that setup? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Setting it up in one App works just fine. By "the root" we mean the root of the current project.
|
Beta Was this translation helpful? Give feedback.
-
Sorry, there was redesign in the middle of our conversation 😅 Currently, the web editor doesn't support monorepos properly. This is something we want to fix asap, since we too are working in a monorepo.
You can "manually" install any plugins & lint rules by adding their jsdelivr links to the Very sorry for the inconvenience |
Beta Was this translation helpful? Give feedback.
-
Quick update: |
Beta Was this translation helpful? Give feedback.
The web editor now supports monorepos: #1935