Monorepo Integration #7368
-
How might one intergrate a Tauri project into a monorepo structure such as Nx, Turborepo, or NPM/Yarn Workspaces? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
well, tauri itself mostly doesn't care. The projects you listed all focus on frontend stuff and not rust (right?) in which case it doesn't really matter and comes down to how you want to do it or the standard of said monorepo tools. All tauri itself cares about is that devPath and distDir is configured accordingly, but that again depends on your frontend stack and the monorepo. |
Beta Was this translation helpful? Give feedback.
-
FYI: https://melvinoostendorp.nl/blog/tauri-v2-nextjs-monorepo-guide |
Beta Was this translation helpful? Give feedback.
well, tauri itself mostly doesn't care. The projects you listed all focus on frontend stuff and not rust (right?) in which case it doesn't really matter and comes down to how you want to do it or the standard of said monorepo tools.
All tauri itself cares about is that devPath and distDir is configured accordingly, but that again depends on your frontend stack and the monorepo.