File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 12
12
fi
13
13
14
14
if [ " $SEARCH_DRIVER " = " meilisearch" ]; then
15
- echo " meilisearch: ^0.1.1 " >> ../../tea.yaml
15
+ echo " meilisearch: ^1.0.0 " >> ../../tea.yaml
16
16
else
17
17
echo " Unexpected SEARCH DRIVER value: $SEARCH_DRIVER "
18
18
fi
Original file line number Diff line number Diff line change @@ -449,6 +449,11 @@ check_shell_magic() {
449
449
return 0
450
450
fi
451
451
452
+ echo >> " $__TEA_SH_FILE "
453
+ echo " alias buddy='./buddy '" >> " $__TEA_SH_FILE "
454
+ echo " alias bud='./buddy '" >> " $__TEA_SH_FILE "
455
+ echo " alias stacks='./buddy '" >> " $__TEA_SH_FILE "
456
+ echo " alias stx='./buddy '" >> " $__TEA_SH_FILE "
452
457
echo >> " $__TEA_SH_FILE "
453
458
echo " $__TEA_ONE_LINER " >> " $__TEA_SH_FILE "
454
459
@@ -523,7 +528,7 @@ exec)
523
528
echo # spacer
524
529
525
530
gum_func format --theme=" dracula" << -EoMD >&2
526
- > powered by [tea](https://tea.xyz)
531
+ > powered by [stacks](https://stacksjs.dev) & [ tea](https://tea.xyz)
527
532
EoMD
528
533
529
534
echo # spacer
You can’t perform that action at this time.
0 commit comments