Externalize audit pipeline services

This commit is contained in:
2026-06-07 23:06:31 +02:00
parent 470fb0f348
commit a45b92ea0a
42 changed files with 3141 additions and 247 deletions

View File

@@ -13,6 +13,8 @@ const eslintConfig = defineConfig([
"build/**",
".test-output/**",
"convex/_generated/**",
// v2_elemente contains PRD/reference snippets, not runtime source.
"v2_elemente/**",
"next-env.d.ts",
]),
]);