[PR #171] [MERGED] Add turborepo to monorepo. #771

Closed
opened 2026-02-26 18:48:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/171
Author: @leerob
Created: 5/29/2023
Status: Merged
Merged: 5/30/2023
Merged by: @Mythie

Base: mainHead: turbo


📝 Commits (3)

📊 Changes

5 files changed (+209 additions, -21 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 apps/web/next.config.js (+10 -17)
📝 package-lock.json (+153 -0)
📝 package.json (+5 -4)
turbo.json (+38 -0)

📄 Description

▲  documenso/ turbo run build            
• Packages in scope: @documenso/features, @documenso/lib, @documenso/pdf, @documenso/prisma, @documenso/signing, @documenso/ui, @documenso/web
• Running build in 7 packages

...
...
...

 Tasks:    1 successful, 1 total
Cached:    1 cached, 1 total
  Time:    156ms >>> FULL TURBO

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/171 **Author:** [@leerob](https://github.com/leerob) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `turbo` --- ### 📝 Commits (3) - [`2f3be1c`](https://github.com/documenso/documenso/commit/2f3be1cfe5b0c0aa96c7b6d626e3735c1bfa6c43) Add turborepo to monorepo. - [`1e6f65f`](https://github.com/documenso/documenso/commit/1e6f65f92d3f5cd32f711aabcbfe8d12c574b094) Explicit deps - [`d8ad4b4`](https://github.com/documenso/documenso/commit/d8ad4b4b2b5ddaccbcb461eb91baf94ae1b0b74f) fix: add turbo dep and start command ### 📊 Changes **5 files changed** (+209 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `apps/web/next.config.js` (+10 -17) 📝 `package-lock.json` (+153 -0) 📝 `package.json` (+5 -4) ➕ `turbo.json` (+38 -0) </details> ### 📄 Description ```bash ▲ documenso/ turbo run build • Packages in scope: @documenso/features, @documenso/lib, @documenso/pdf, @documenso/prisma, @documenso/signing, @documenso/ui, @documenso/web • Running build in 7 packages ... ... ... Tasks: 1 successful, 1 total Cached: 1 cached, 1 total Time: 156ms >>> FULL TURBO ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#771
No description provided.