Styling for video room

This commit is contained in:
Robert Long 2021-08-19 12:11:12 -07:00
commit cc59e42bba
40 changed files with 937 additions and 270 deletions

View file

@ -16,10 +16,11 @@ limitations under the License.
import { defineConfig } from "vite";
import reactRefresh from "@vitejs/plugin-react-refresh";
import svgrPlugin from "vite-plugin-svgr";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [reactRefresh()],
plugins: [reactRefresh(), svgrPlugin()],
server: {
proxy: {
"/_matrix": "http://localhost:8008",