Skip to content

Commit 23e8024

Browse files
committed
feat: AppServerClient system
1 parent 81ad432 commit 23e8024

File tree

10 files changed

+1553
-13
lines changed

10 files changed

+1553
-13
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ CLEAN=true
4343
# LiveKit (voice chat)
4444
LIVEKIT_WS_URL=
4545
LIVEKIT_API_KEY=
46-
LIVEKIT_API_SECRET=
46+
LIVEKIT_API_SECRET=
47+
48+
# Hooks to connect to a local app dev server
49+
PUBLIC_DEV_SERVER=false

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ localstorage.json
66
.notes/
77
node_modules/
88
build/
9-
/world*
9+
/world*
10+
data/

docs/App-server.md

Whitespace-only changes.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)