mirror of
https://github.com/arthur-pbty/arthurp.git
synced 2026-06-06 14:10:41 +02:00
Initial commit: monorepo setup with apps, packages, services
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user