You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf '\033[1;32m✓\033[0m \033[1;32m%s\033[0m initialisation complete\nRun \033[1;33mcd %s && swift run\033[0m to build\nyour static site to the \033[1;36m.output\033[0m directory.\n' "$PROJECT_NAME""$PROJECT_NAME"
62
+
# Simplified printf with proper ANSI codes
63
+
printf'\033[1;32m✓ %s initialisation complete\nRun \033[1;33mcd %s && swift run\033[0m to build\nyour static site to the \033[1;36m.output\033[0m directory.\n'"$PROJECT_NAME""$PROJECT_NAME"
0 commit comments