feat(dotnet): added in wrapper so we could run in iis for ssl :D

This commit is contained in:
2025-06-16 18:27:42 -05:00
parent c72b4d3261
commit 84aacd5b71
10 changed files with 137 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ const ignoreList = [
"frontend/components.json",
//misc files
"jsTesting",
"dotnetwrapper",
];
const shouldIgnore = (itemPath: any) => {