feat: initialize Turborepo monorepo with pnpm workspaces

This commit is contained in:
Siddharth Kumar Sah
2026-03-22 02:41:44 +08:00
parent 7457e0ad47
commit 58fbb38fd8
7 changed files with 173 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "stirling-image",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"clean": "turbo clean",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"turbo": "^2.4.0",
"typescript": "^5.7.0"
}
}