[PR #398] [MERGED] Improve repo tooling #387

Closed
opened 2026-06-05 14:22:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/398
Author: @Huskydog9988
Created: 4/19/2026
Status: Merged
Merged: 4/19/2026
Merged by: @DecDuck

Base: developHead: improve-repo-tooling


📝 Commits (7)

📊 Changes

177 files changed (+22218 additions, -37822 deletions)

View changed files

📝 .gitattributes (+0 -0)
.gitignore (+2 -0)
desktop/pnpm-lock.yaml (+0 -5583)
desktop/pnpm-workspace.yaml (+0 -21)
docs/pnpm-lock.yaml (+0 -4205)
docs/pnpm-workspace.yaml (+0 -3)
libraries/base/pnpm-lock.yaml (+0 -8465)
libraries/base/pnpm-workspace.yaml (+0 -4)
package.json (+5 -0)
pnpm-lock.yaml (+22139 -0)
pnpm-workspace.yaml (+72 -0)
promo/pnpm-lock.yaml (+0 -5985)
promo/pnpm-workspace.yaml (+0 -8)
server/pnpm-lock.yaml (+0 -13503)
server/pnpm-workspace.yaml (+0 -45)
📝 sites/docs/.github/workflows/deploy.yml (+0 -0)
📝 sites/docs/.gitignore (+0 -0)
📝 sites/docs/.vscode/extensions.json (+0 -0)
📝 sites/docs/.vscode/launch.json (+0 -0)
📝 sites/docs/LICENSE.md (+0 -0)

...and 80 more files

📄 Description

Make use of pnpm workspaces


🔄 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/Drop-OSS/drop/pull/398 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 4/19/2026 **Status:** ✅ Merged **Merged:** 4/19/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `improve-repo-tooling` --- ### 📝 Commits (7) - [`3b02a92`](https://github.com/Drop-OSS/drop/commit/3b02a9207dce8b815d44bc6e482f3cc961c881d3) add basic git files to root - [`0b9886a`](https://github.com/Drop-OSS/drop/commit/0b9886a8f195af31a0af6d73184539f557e3b1ee) make server part of monorepo - [`3ddb116`](https://github.com/Drop-OSS/drop/commit/3ddb11682d8f750eb46d6552ada5d9cd74d734a7) import promo - [`4f1a68a`](https://github.com/Drop-OSS/drop/commit/4f1a68a86d0b639c61d7cb90ada4ce17a1078a37) import libraries base - [`4f5aa51`](https://github.com/Drop-OSS/drop/commit/4f5aa514014124c09cd9e50144da3bc5b0809f71) import docs - [`c9fe647`](https://github.com/Drop-OSS/drop/commit/c9fe6473ccc4a4580b1a2dda2aed2939735dc65a) import desktop - [`e9010d7`](https://github.com/Drop-OSS/drop/commit/e9010d76f422bee1614269e0f29c5d37e0cfb7f7) move docs and promo ### 📊 Changes **177 files changed** (+22218 additions, -37822 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+0 -0) ➕ `.gitignore` (+2 -0) ➖ `desktop/pnpm-lock.yaml` (+0 -5583) ➖ `desktop/pnpm-workspace.yaml` (+0 -21) ➖ `docs/pnpm-lock.yaml` (+0 -4205) ➖ `docs/pnpm-workspace.yaml` (+0 -3) ➖ `libraries/base/pnpm-lock.yaml` (+0 -8465) ➖ `libraries/base/pnpm-workspace.yaml` (+0 -4) ➕ `package.json` (+5 -0) ➕ `pnpm-lock.yaml` (+22139 -0) ➕ `pnpm-workspace.yaml` (+72 -0) ➖ `promo/pnpm-lock.yaml` (+0 -5985) ➖ `promo/pnpm-workspace.yaml` (+0 -8) ➖ `server/pnpm-lock.yaml` (+0 -13503) ➖ `server/pnpm-workspace.yaml` (+0 -45) 📝 `sites/docs/.github/workflows/deploy.yml` (+0 -0) 📝 `sites/docs/.gitignore` (+0 -0) 📝 `sites/docs/.vscode/extensions.json` (+0 -0) 📝 `sites/docs/.vscode/launch.json` (+0 -0) 📝 `sites/docs/LICENSE.md` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Make use of pnpm workspaces --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 14:22:40 -04:00
yindo closed this issue 2026-06-05 14:22:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#387