I’m trying to create a custom block, but when I run:
block run
I get:
Error: listen EACCES: permission denied 0.0.0.0:9001
I’ve checked and there’s a system task already listening to this port, so I’m not able to just kill it.
Is there a way to chang...