composer install
pnpm install
php artisan config:cache
php artisan route:cache
php artisan view:cache
php artisan migrate --seed
php artisan optimize
php artisan storage:link
vite build
pnpm install --production
composer install --optimize-autoloader --no-dev
