Is there a way to disable the sst console?
# sst
s
Is there a way to disable the sst console?
t
hey what do you mean by disable?
s
Kind of like not make the console accessible when a stack is running.
f
hey @Salim Haruna, just to add some context. When
sst start
is running, it starts a http server on port 12557 behind the scene, but that shouldn’t affect anything. Are they any specific things you’d like to disable?
s
Oh i get it now. Basically is there a way to disable the port from starting
t
it's actually on 13557 for the console but want to understand better why you want to disable this?
it shouldn't effect anything if you just ignore it afaik
s
@thdxr you are absolutely right, it does not affect anything
Thanks guys