Explore creating pure PHP dev server for Playground #1294
Labels
[Focus] Developer Tools
[Type] Developer Experience
[Type] Enhancement
New feature or request
[Type] Exploration
An exploration that may or may not result in mergable code
In #1197, we ported existing htaccess rules to PHP in order to serve from an nginx-based host where we do not actual control nginx config. (In that case, all files are served via PHP, and edge caching is enabled so that PHP only needs to run when the cache is being primed.)
This work led to an idea by @adamziel that maybe we could leverage a similar approach to provide a standalone dev server for Playground or within Playground.
The text was updated successfully, but these errors were encountered: