How to change port of the `node-server` preset build?
How would I change the port when running the build with
node .output/server/index.mjs? I managed to change the port with vinxi start --config app.config.ts --port 8080. Why is node recommended over vinxi start, only because it's experimental?