You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone else who stumbles upon this issue. It's caused by pino using a worker thread and ncc doesn't compile them by default. Pass --asset-builds to ncc fix the problem.
I was creating an action with some custom logging scheme, but adding
pino
logger package breaks my build.The text was updated successfully, but these errors were encountered: