Refactor client components and fix layout

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 11:31:31 +02:00
parent adf9087e84
commit 56fc494e0c
13 changed files with 443 additions and 225 deletions
+1
View File
@@ -8,6 +8,7 @@ export default defineConfig({
},
server: {
port: 5173,
strictPort: true,
proxy: {
"/api": "http://localhost:3000",
},