Files
Laravel-Docker-Dev-Template/setup.bat
theRADcozaDEV 2ff7a24736 Add frontend asset build to setup scripts
Added Step 11 to both setup.bat and setup.sh:
- Run npm install to install dependencies
- Run npm run build to compile Vite assets
- Creates public/build/manifest.json

This fixes the 'Vite manifest not found' error that occurred
when trying to login after fresh setup.

The node container is used for npm commands since the app
container doesn't have Node.js installed.
2026-03-11 06:25:03 +02:00

7.0 KiB