livekit wip
This commit is contained in:
16
examples/meet/Trunk.toml
Normal file
16
examples/meet/Trunk.toml
Normal 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"]
|
Reference in New Issue
Block a user