mono repo

This commit is contained in:
EthanShoeDev
2025-09-09 22:27:48 -04:00
parent 638cfc49cb
commit 38e16a9536
80 changed files with 3630 additions and 5328 deletions

16
.syncpackrc Normal file
View File

@@ -0,0 +1,16 @@
{
"versionGroups": [
{
"label": "Use workspace protocol when developing local packages",
"dependencies": [
"$LOCAL"
],
"dependencyTypes": [
"dev",
"prod",
"peer"
],
"pinVersion": "workspace:*"
}
]
}