Deployment Configuration and Script

- Front End Cleanup
This commit is contained in:
daniel-c-harvey
2025-09-06 18:40:32 -04:00
parent 0951514778
commit a5b7ab041e
13 changed files with 169 additions and 21 deletions
+4 -2
View File
@@ -10,9 +10,11 @@
"outDir": "wwwroot/js"
},
"include": [
"Interop/**/*"
"**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"bin/**/*",
"obj/**/*"
]
}