Skip to content

Commit 83bceeb

Browse files
committed
Merge branch 'master' of github.com:supabase-community/supabase-csharp
2 parents 8c25346 + a6db68c commit 83bceeb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.documentation/docfx.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
"**/obj/**"
5050
],
5151
"src": "../modules/functions-csharp/Functions"
52+
},
53+
{
54+
"files": "Core.csproj",
55+
"exclude": [
56+
"**/bin/**",
57+
"**/obj/**"
58+
],
59+
"src": "../modules/core-csharp/Core"
5260
}
5361
],
5462
"dest": "api",
@@ -104,4 +112,4 @@
104112
"cleanupCacheHistory": false,
105113
"disableGitFeatures": false
106114
}
107-
}
115+
}

0 commit comments

Comments
 (0)