Welcome Guest, Not a member yet? Register   Sign In
spark does not actually start the server with the requested port
#3

That's because you're using the host flag instead of the port flag.

PHP Code:
php spark serve -port 8081 

Also - you can use the help command to get more info about the commands:

PHP Code:
php spark help serve 
Reply


Messages In This Thread
RE: spark does not actually start the server with the requested port - by kilishan - 04-29-2020, 06:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB