Arc Forumnew | comments | leaders | submitlogin
3 points by ryantmulligan 6073 days ago | link | parent

The way he was able to figure this out is by looking at the source of asv. Which is in app.arc ( grep "def asv" *.arc )

  (def asv ((o port 8080))
     (load-userinfo)
     (serve port))
As you can see it has an optional port field.