Enable rageshake on PTT mode
By putting another 'Submit Feedback' button in the developer section of the setting modal (we can work out a better place for it).
This commit is contained in:
@@ -39,6 +39,11 @@ export default defineConfig(({ mode }) => {
|
||||
proxy: {
|
||||
"/_matrix": env.VITE_DEFAULT_HOMESERVER || "http://localhost:8008",
|
||||
},
|
||||
strictPort: true,
|
||||
hmr: {
|
||||
port: 443,
|
||||
protocol: 'wss',
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
dedupe: [
|
||||
|
||||
Reference in New Issue
Block a user