this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add space there

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

Mar 28ddbb1e a3c37ea7

+1 -1
+1 -1
build.sh
··· 36 36 printf "Usage: ./build.sh [options]\n\n" 37 37 printf "Options:\n\n" 38 38 printf " --help\n\t\tDisplay this help message.\n" 39 - printf " --frontend={typescript | gleam}\n\t\tSpecify the frontend to build.\n" 39 + printf " --frontend={typescript | gleam}\n\t\tSpecify the frontend to build.\n" 40 40 printf " --test\n\t\tRun tests after building.\n" 41 41 printf " --run\n\t\tRun after building.\n" 42 42 printf " --quiet\n\t\tSuppress unneccessary output.\n"