Creating a new project with zat new --scaffold does not let me run on a different server:
zat server -p dist --bind 0.0.0.0
The proxied app.js returns localhost on assetUrlPrefix, I saw this issue reported on #243 however, using yarn watch does not resolve the problem.
Is there a specific workflow to get this to work?
Thanks!