feat: sample lib & turborepo setup

This commit is contained in:
Benjamin Singleton 2025-06-09 23:18:42 -05:00
parent 29f11689ee
commit 100b326baf
9 changed files with 140 additions and 2 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"devDependencies": {
"turbo": "^2.5.4"
},
"packageManager": "pnpm@10.11.0"
}