Hi Folks, I moved some code in my remix app that depends on node:crypto into a different package in my monorepo. However, now the remix build throws the following error. I'm The package "node:crypto" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
I tried setting serverPlatform to node in remix.config.js, but that seems to have no effect. How do I do what this error message is suggesting?