Its a crux!

chore: cleanup

+3 -3
+3 -3
scripts/pnpm-workspace/generate-new-module.sh
··· 14 14 exit 1 15 15 fi 16 16 17 - echo "🚀 Generating new module: $PACKAGE_NAME" 17 + echo "Generating new module: $PACKAGE_NAME" 18 18 19 19 if [ ! -d "modules" ]; then 20 - echo "🚨 No modules directory found. Please run this script from the root of the project." 20 + echo "No modules directory found. Please run this script from the root of the project." 21 21 exit 1 22 22 fi 23 23 ··· 46 46 replace_in_files "https://stackblitz.com/github/@cruxt/module-repo?file=playground%2Fapp.vue" "$STACKBLITZ_URL" 47 47 replace_in_files "https://example.com" "$DOCUMENTATION_URL" 48 48 49 - echo "🎉 Done! You can now run 'pnpm run dev' to start developing your module." 49 + echo "Done! You can now run 'pnpm run dev' to start developing your module."