Its a crux!

chore: cleanup

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