Hi
Curious, how can I access the files/directory from where hugo built-in server serves. Obviously, it must be a temp/cache like folder where hugo builds, store and serve on http://localhost:1313
.
Actually often we’ve to test or run other tools like now I want to run php script so I simply want to run php -S localhost:1314
and serve the script(I placed in static folder) directly along the side the hugo server.
Other time taking approach is to build every time and serve PHP from public
folder