Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions taskfile.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: "4"
output: interleaved
version: "3"
dotenv: [".env.local"]

tasks:
Expand All @@ -18,4 +17,4 @@ tasks:
- echo -e "Install the dependencies by running \"npm install\""
- echo -e "To give it a try, run \"npx expo run:android\" or \"npx expo run:ios\" to run the app.\n"

- echo -e "For more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."
- echo -e "For more help view your project's README.md file or join our Discourse community at https://community.livekit.io."
Loading