From 8ba7f9e595e352208aef0afdd5ab31e4d43e328b Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Fri, 10 Apr 2026 13:12:15 -0600 Subject: [PATCH] chore(task): fix version, remove deprecated output option --- taskfile.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/taskfile.yaml b/taskfile.yaml index 4988dc5..9c6d74e 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -1,5 +1,4 @@ -version: "4" -output: interleaved +version: "3" dotenv: [".env.local"] tasks: @@ -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." \ No newline at end of file + - echo -e "For more help view your project's README.md file or join our Discourse community at https://community.livekit.io."