Simplify build process
* We don't need to check out the js-sdk separately anymore * Remove the vite proxying: there's no need since Matrix HSes allow cross origin requests. This will let us move the default homeserver config to the config file (in a separate PR...) * Remove the product name variable which just set it to the default anyway
This commit is contained in:
@@ -35,11 +35,6 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
}),
|
||||
],
|
||||
server: {
|
||||
proxy: {
|
||||
"/_matrix": env.VITE_DEFAULT_HOMESERVER || "http://localhost:8008",
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
// matrix-widget-api has its transpiled lib/index.js as its entry point,
|
||||
|
||||
Reference in New Issue
Block a user