chore: isolate shared dsh plugins into independent monorepo
Some checks failed
build-and-publish / build-test (push) Failing after 1m6s
build-and-publish / publish (push) Has been skipped

This commit is contained in:
2026-08-26 22:44:31 +07:00
parent 0e0b68fed5
commit 81159a22e8
37 changed files with 3456 additions and 2 deletions

8
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,8 @@
packages:
- 'packages/*'
linkWorkspacePackages: true
peerDependencyRules:
allowedVersions:
typescript: '>=5 <7'