WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 28cd562

Browse files
authored
fix: taskfile was printing python setup instructions after bootstrap (#15)
1 parent 54f1b95 commit 28cd562

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

taskfile.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ tasks:
1111
post_create:
1212
desc: "Runs after this template is instantiated as a Sandbox or Bootstrap"
1313
cmds:
14-
- echo 'To try the new agent directly in your terminal:'
14+
- echo 'To run the new agent locally:'
1515
- echo ''
1616
- echo '{{ indent .INDENT "cd" }} {{ .REL_PATH }}'
17-
- echo '{{ indent .INDENT "uv sync" }}'
18-
- echo '{{ indent .INDENT "uv run" }} {{ .NODE_MAIN }} download-files'
19-
- echo '{{ indent .INDENT "uv run" }} {{ .NODE_MAIN }} console'
17+
- echo '{{ indent .INDENT "pnpm install" }}'
18+
- echo '{{ indent .INDENT "pnpm download-files" }}'
19+
- echo '{{ indent .INDENT "pnpm dev" }}'
2020
- echo ''
2121
- echo 'To deploy your agent to LiveKit cloud:'
2222
- echo ''

0 commit comments

Comments
 (0)