added room actions: leave and delete, and improved connection error handling
This commit is contained in:
@@ -7,7 +7,7 @@ const host = process.env.TAURI_DEV_HOST;
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig(async () => ({
|
||||
base: './',
|
||||
base: '/',
|
||||
|
||||
plugins: [vue()],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user