livekit wip

This commit is contained in:
Timur Gordon
2025-08-29 15:29:24 +02:00
parent ba43a82db0
commit 7ca492346d
28 changed files with 8271 additions and 0 deletions

16
examples/meet/Trunk.toml Normal file
View File

@@ -0,0 +1,16 @@
[build]
target = "index.html"
dist = "dist"
[watch]
watch = ["src", "assets"]
[serve]
address = "127.0.0.1"
port = 8080
open = false
[[hooks]]
stage = "pre_build"
command = "wasm-pack"
command_arguments = ["--version"]