Add dev server

This commit is contained in:
Robert Long 2021-07-26 14:31:01 -07:00
commit 8841784cae
4 changed files with 1043 additions and 1 deletions

View file

@ -22,7 +22,7 @@ export default defineConfig({
plugins: [reactRefresh()],
server: {
proxy: {
"/_matrix": "http://localhost:8080",
"/_matrix": "http://localhost:8008",
},
},
});