Hi all,
We're seeing an issue when customers are hitting the /carts/:id to update their cart.
I'm following these docs here (https://docs.medusajs.com/development/fundamentals/local-development) to debug the medusa package locally. All is working well, but having trouble setting up the vs code debugger.
I have these two scripts setup in the package.json file
"watch": "tsc --build --watch",
"debug": "node --inspect-brk -r ts-node/register src/index.js",
the breakpoints are being mounted but not hitting them it seems. have any of you tried to do anything similar?