website refactor

This commit is contained in:
2026-01-21 22:36:01 +01:00
parent ea58909070
commit 5ed958281d
49 changed files with 8763 additions and 131 deletions

View File

@@ -27,7 +27,8 @@
"core/**/*",
"adapters/**/*",
"apps/api/**/*",
"apps/website/**/*"
"apps/website/**/*",
"tests/**/*"
],
"exclude": [
"node_modules",
@@ -41,7 +42,6 @@
"**/*.spec.tsx",
"**/__tests__/**",
"apps/companion/**/*",
"tests/**/*",
"testing/**/*"
]
}