I’m running Penpot in development mode (watch-gulp, watch-main, backend/scripts/start-dev) in url http://penpot/ – it works well.
Now I would like to run it in, say, http://penpot/x/
How would I do this? The first request to /x/ works OK, but subsequent requests don’t work so well (they return a 404):
Maybe there is some configuration option I missed?