feat(frontend): start welcome page

This commit is contained in:
sam 2024-09-15 00:03:15 +02:00
parent 6acd9b94f4
commit 0f51f01b34
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 99 additions and 3 deletions

View file

@ -20,5 +20,9 @@ export default defineConfig({
changeOrigin: true,
},
},
hmr: {
host: "localhost",
protocol: "ws",
},
},
});