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

@@ -17,6 +17,7 @@ export default defineConfig({
tailwindcss(),
TanStackRouterVite({ target: "react", autoCodeSplitting: true }),
],
// base: "/lst", // this is whats showing in the ssl version and we need this to work on both versions that also have a port on them.
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),