Initial commit: monorepo setup with apps, packages, services

This commit is contained in:
Puechberty Arthur
2026-04-02 19:59:08 +02:00
commit a37299df19
17 changed files with 7077 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "arthurp",
"private": true,
"packageManager": "npm@11.6.2",
"workspaces": [
"apps/*",
"packages/*",
"services/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build"
},
"devDependencies": {
"turbo": "^2.9.3"
}
}