refactor: move plugins to packages (#28389)

This commit is contained in:
Jason Rasmussen 2026-05-12 09:28:30 -04:00 committed by GitHub
parent 571e6a8560
commit ad7aedb843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 22 additions and 22 deletions

View file

@ -2,7 +2,7 @@ experimental_monorepo_root = true
[monorepo]
config_roots = [
"plugins",
"packages/plugins",
"server",
"packages/cli",
"deployment",