Hi, I moved some functions from
project/functions/function.ts -> project/src/functions/function.ts, and changed their path in config. Now, when I try to access their logs via the console I only see "Trying to connect to local sst dev" and in the logs I see LambdaTimeoutError for the functions that I have moved. I've tried removing the functions from the state via the cli and readding them, but it did not help.