monorepo with mixed languages #269
Unanswered
peterhalicky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a monorepo project containing both the backend (java+spring) and frontend (ts) code. I'm quite puzzled how to configure qodana to inspect this project. I understand that I can have separate qodana config files for each, but this doesn't look like a good workaround. I'm afraid that I'd still lose a lot of functionality/convenience in the IDE with this setup: in IntelliJ I can only link the project to one project on qodana cloud, so I'd have to pick either frontend or backend, but could not have both.
What is the correct approach for this kind of codebase?
Beta Was this translation helpful? Give feedback.
All reactions