CRA to Vite Migration Script
CRA = Create React App
Example usage
# Bash
docker run --rm -v $(pwd):/app -w /app node:20 composer install
# Windows Powershell
docker run --rm -v ${pwd}:/app -v ${pwd}/../../sr-productions-administration:/target -w /app node:20 ls /target