Switch to server side templating

This commit is contained in:
Jackzie 2025-04-14 21:32:49 -05:00
parent de6301c13b
commit 3147da7643
12 changed files with 402 additions and 15 deletions

View file

@ -17,6 +17,15 @@ export default defineConfig({
compiler: 'svelte',
})
],
server: {
proxy: {
'^/api': {
target: "http://localhost:8080",
changeOrigin: true,
ws: true
}
}
},
test: {
workspace: [
{