feat: initial commit for bizinikiwi-connect with clean CI

This commit is contained in:
2026-01-12 18:32:02 +03:00
commit c6713b3a05
108 changed files with 7279 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "Bizinikiwi Connect",
"entryPoints": ["packages/*"],
"entryPointStrategy": "packages",
"out": "docs",
"theme": "default",
"exclude": ["**/*.test.ts"],
"excludeExternals": false,
"excludePrivate": true
}