Add dev server
This commit is contained in:
parent
03379ac1a7
commit
8841784cae
4 changed files with 1043 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export default defineConfig({
|
|||
plugins: [reactRefresh()],
|
||||
server: {
|
||||
proxy: {
|
||||
"/_matrix": "http://localhost:8080",
|
||||
"/_matrix": "http://localhost:8008",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue