Add support for config from /.well-known/matrix/client (#126)

* Add support for config from /.well-known/matrix/client

* final fixes, refactoring, updated readme
This commit is contained in:
Aine
2024-11-07 00:24:33 +02:00
committed by GitHub
parent 9adc13e722
commit c698f57395
6 changed files with 160 additions and 41 deletions

View File

@@ -5,6 +5,9 @@ import { defineConfig } from "vite";
export default defineConfig({
base: "./",
build: {
target: "esnext",
},
plugins: [
react(),
vitePluginVersionMark({