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
+11
View File
@@ -0,0 +1,11 @@
{
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**"]
},
"dev": {
"cache": false
}
}
}