Styling for video room
This commit is contained in:
parent
91e244772f
commit
cc59e42bba
40 changed files with 937 additions and 270 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue