feat(frontend): start welcome page
This commit is contained in:
parent
6acd9b94f4
commit
0f51f01b34
5 changed files with 99 additions and 3 deletions
|
@ -20,5 +20,9 @@ export default defineConfig({
|
|||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
hmr: {
|
||||
host: "localhost",
|
||||
protocol: "ws",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue