Hi, every time I include this in my frontendConfig ```js import Dashboard from 'supertokens-node/rec...
u
Hi, every time I include this in my frontendConfig
Copy code
js
import Dashboard from 'supertokens-node/recipe/dashboard';
I always got
Module not found: Can't resolve 'fs'
I'm using *NextJS * 13 - pages router Tried ignoring the
fs
via *webpack * but
async
error came out. Any idea? Thank in advance.