Problem
bin/serve.php only executes .php scripts. Real mini-apps need /style.css, /app.js, favicon.
Goal
If requested path is not .php and file exists under docroot, return bytes with guessed Content-Type.
Tasks
Acceptance
curl http://127.0.0.1:8080/style.css returns 200 with correct type.
Problem
bin/serve.phponly executes.phpscripts. Real mini-apps need/style.css,/app.js, favicon.Goal
If requested path is not
.phpand file exists under docroot, return bytes with guessedContent-Type.Tasks
..path segmentspublic/subdirectory via phpc.json (DevEx: phpc.json project manifest (entry, includes, public assets) #106)Acceptance
curl http://127.0.0.1:8080/style.cssreturns 200 with correct type.