Configure API to serve SPA, integrate SignalR, and update build paths

This commit is contained in:
2026-02-22 19:27:13 +01:00
committed by Jonas
parent 3fa0455f1b
commit 8eefc1a2b8
5 changed files with 35 additions and 9 deletions
+4
View File
@@ -15,4 +15,8 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
build: {
outDir: '../wwwroot',
emptyOutDir: true,
},
})