Loading...
@@ -54,5 +74,21 @@ async function handleLeave() {
+
+
+
Pending Join Requests ({{ sessionStore.pendingUsers.length }})
+
+
+
{{ user.username }}
+
+
+
+
+
+
+
diff --git a/front/vite.config.ts b/front/vite.config.ts
index c0f5190..4401b28 100644
--- a/front/vite.config.ts
+++ b/front/vite.config.ts
@@ -17,6 +17,9 @@ export default defineConfig({
},
server: {
+ host: true,
+ strictPort: false,
+ allowedHosts: ['.ngrok-free.app'],
proxy: {
'/api': {
target: 'http://localhost:5266',