From c392c16f2fff190784bcd2387e7d9cfe61d4098a Mon Sep 17 00:00:00 2001 From: despiegk Date: Sat, 11 Oct 2025 03:31:05 +0000 Subject: [PATCH] ... --- README.md | 8 ++------ package.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8da19fe..ec658ea 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ - - the dev version works but is basen on nextjs, did an attempt to get it to work with the python server and bunding but that didn't work to test with nexjs do install.sh and run.sh - trick to use it from outside is with ngrok ```bash @@ -12,11 +9,10 @@ trick to use it from outside is with ngrok ~/code/git.ourworld.tf/herocode/meet/run.sh -ngrok http 3000 +ngrok http 3040 ``` - requirements ```bash @@ -26,4 +22,4 @@ export LIVEKIT_API_SECRET=... ``` get those from e.g. https://cloud.livekit.io/ (create a project first) -or we can self host on TFGrid \ No newline at end of file +or we can self host on TFGrid diff --git a/package.json b/package.json index 57b9fed..a659563 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev -p 3049", "build": "next build", "start": "next start", "lint": "next lint",